yaklang/hack-skills

Helping AI Agent become an awesome practical hacker!

About the project

HackSkills is an organized knowledge base of installable skills that gives AI agents practical security knowledge across areas such as web security, privilege escalation, reverse engineering, and digital forensics. It is intended for bug bounty work, penetration testing, CTF competitions, and authorized security research. The catalogue entries are the project's own master, category, and topic skills.

2.1kStars on the repository
102Mods indexed here, across every type
2mo agoLast push, which is what freshness is scored on
MITLicence, which decides whether bodies are shown

crlf-injection

25

yaklang/hack-skills

Skill Claude CodeCodex

CRLF injection playbook. Use when user input reaches HTTP response headers, Location redirects, Set-Cookie values, or log files where carriage-return/line-feed characters can split or inject content.

not rated 2.1k +90 2mo ago A Socket: passSnyk: failSkillSpector: pass 44 tokens original MIT

csp-bypass-advanced

26

yaklang/hack-skills

Skill Claude CodeCodex needs its repo

Advanced Content Security Policy bypass techniques. Use when XSS or data exfiltration is blocked by CSP and you need to find policy weaknesses, trusted endpoint abuse, nonce leakage, or exfiltration channels that CSP cannot block.

not rated 2.1k +90 2mo ago A Socket: warnSnyk: failSkillSpector: warn 52 tokens original MIT

yaklang/hack-skills

Skill Claude CodeCodex needs its repo

CSRF testing playbook. Use when reviewing state-changing web flows, anti-CSRF defenses, SameSite behavior, JSON CSRF, login CSRF, and OAuth state handling.

not rated 2.1k +90 2mo ago D Socket: passSnyk: fail 44 tokens original MIT

yaklang/hack-skills

Skill Claude CodeCodex

CSV/spreadsheet formula injection (DDE, Excel/LibreOffice, Google Sheets IMPORT). Use when exports, imports, or user fields feed spreadsheets or reporting tools.

not rated 2.1k +90 2mo ago A Socket: passSnyk: failSkillSpector: pass 41 tokens original MIT

yaklang/hack-skills

Skill Claude CodeCodex

Dangling markup injection playbook. Use when HTML injection is possible but JavaScript execution is blocked (CSP, sanitizer strips event handlers, WAF blocks script tags) — exfiltrate CSRF tokens, session data, and page content by injecting unclosed HTML tags that capture subsequent page content.

not rated 2.1k +90 2mo ago A Socket: failSnyk: failSkillSpector: warn 67 tokens original MIT

yaklang/hack-skills

Skill Claude CodeCodex needs its repo

DeFi attack pattern playbook. Use when analyzing flash loan attacks, price oracle manipulation, MEV sandwich attacks, governance exploits, bridge vulnerabilities, and token standard edge cases in decentralized finance protocols.

not rated 2.1k +90 2mo ago A Socket: warnSnyk: failSkillSpector: pass 46 tokens original MIT

yaklang/hack-skills

Skill Claude CodeCodex

Supply-chain testing via package-manager dependency confusion: when internal package names resolve to attacker-controlled public registries, leading to malicious install and script execution. Use for npm/pip/gem/Maven/Composer/Docker manifest review and authorized red-team supply-chain exercises.

not rated 2.1k +90 2mo ago A Socket: passSnyk: failSkillSpector: warn 56 tokens original MIT

yaklang/hack-skills

Skill Claude CodeCodex

Insecure deserialization playbook. Use when Java, PHP, or Python applications deserialize untrusted data via ObjectInputStream, unserialize, pickle, or similar mechanisms that may lead to RCE, file access, or privilege escalation.

not rated 2.1k +90 2mo ago A Socket: warnSnyk: failSkillSpector: warn 52 tokens original MIT

yaklang/hack-skills

Skill Claude CodeCodex needs its repo

DNS rebinding attack playbook. Use when testing applications that trust DNS resolution for origin checks, interact with internal services from browser context, or when SSRF is not possible server-side but the target has client-side fetch/XHR to attacker-controlled domains.

not rated 2.1k +90 2mo ago D Socket: warnSnyk: fail 56 tokens original MIT

yaklang/hack-skills

Skill Claude CodeCodex needs its repo

Email header injection and spoofing playbook. Use when testing contact forms, email APIs, password reset flows, or any feature that constructs SMTP messages with user-controlled fields. Covers CRLF injection in headers, SPF/DKIM/DMARC bypass, and phishing amplification.

not rated 2.1k +90 2mo ago A Socket: warnSnyk: failSkillSpector: warn 59 tokens original MIT

yaklang/hack-skills

Skill Claude CodeCodex

Expression Language injection playbook. Use when Java EL, SpEL, OGNL, or MVEL expressions may evaluate attacker-controlled input in Spring, Struts2, Confluence, or similar frameworks.

not rated 2.1k +90 2mo ago A Socket: warnSnyk: failSkillSpector: warn 45 tokens original MIT

file-access-vuln

36

yaklang/hack-skills

Skill Claude CodeCodex

Entry P1 category router for file access and upload workflows. Use when testing download endpoints, file paths, local file inclusion, upload flows, preview pipelines, archive extraction, or storage and sharing boundaries.

not rated 2.1k +90 2mo ago A Socket: passSnyk: passSkillSpector: pass 46 tokens original MIT

yaklang/hack-skills

Skill Claude CodeCodex

Format string exploitation playbook. Use when printf-family functions receive user-controlled format strings, enabling arbitrary stack reads (%p/%s), arbitrary memory writes (%n/%hn/%hhn), GOT/hook overwrites, and canary/libc/PIE leaks.

not rated 2.1k +90 2mo ago A Socket: warnSnyk: failSkillSpector: warn 58 tokens original MIT

yaklang/hack-skills

Skill Claude CodeCodex needs its repo

Java "Ghost Bits" / Cast Attack playbook (Black Hat Asia 2026). Use when attacking Java services where 16-bit char is silently narrowed to 8-bit byte to bypass WAF/IDS for SQL injection, deserialization RCE, file upload (Webshell), path traversal, CRLF injection, request smuggling, and SMTP injection. Affects Tomcat…

not rated 2.1k +90 2mo ago A Socket: failSnyk: failSkillSpector: warn 141 tokens original MIT

yaklang/hack-skills

Skill Claude CodeCodex

GraphQL and hidden parameter testing playbook. Use when exploring introspection, batching, undocumented fields, hidden parameters, schema abuse, and GraphQL authorization gaps.

not rated 2.1k +90 2mo ago A Socket: warnSnyk: warnSkillSpector: pass 38 tokens original MIT

hack

40

yaklang/hack-skills

Skill Claude CodeCodex

Entry P0 primary router for HackSkills. Use when the task involves web application testing, API security assessment, recon, vulnerability triage, exploit path planning, or choosing the right next category skill before any deep topic skill.

not rated 2.1k +90 2mo ago A Socket: warnSnyk: passSkillSpector: warn 47 tokens original MIT

yaklang/hack-skills

Skill Claude CodeCodex

Hash attack playbook. Use when exploiting length extension, MD5/SHA1 collisions, HMAC timing leaks, birthday attacks, or hash-based proof of work in CTF and authorized testing scenarios.

not rated 2.1k +90 2mo ago A Socket: warnSnyk: failSkillSpector: warn 46 tokens original MIT

heap-exploitation

42

yaklang/hack-skills

Skill Claude CodeCodex

Heap exploitation playbook. Use when targeting ptmalloc2/glibc heap vulnerabilities including UAF, double free, overflow, off-by-one/null, and leveraging tcache/fastbin/unsortedbin attacks for arbitrary write or code execution.

not rated 2.1k +90 2mo ago A Socket: warnSnyk: failSkillSpector: warn 53 tokens original MIT

yaklang/hack-skills

Skill Claude CodeCodex

HTTP Host header injection and routing abuse playbook. Use when the application trusts the Host header for generating URLs, routing requests, or access control — enabling password reset poisoning, web cache poisoning, SSRF via routing, and virtual host bypass.

not rated 2.1k +90 2mo ago B Socket: warnSnyk: failSkillSpector: warn 54 tokens original MIT

yaklang/hack-skills

Skill Claude CodeCodex

HTTP Parameter Pollution (HPP): duplicate query/body keys parsed differently by servers, proxies, WAFs, and app frameworks. Use when filters and application layers disagree on which value wins, enabling bypass, SSRF second URL, logic abuse, or CSRF token confusion.

not rated 2.1k +90 2mo ago C Socket: passSnyk: fail 62 tokens original MIT

yaklang/hack-skills

Skill Claude CodeCodex needs its repo

HTTP/2 protocol-specific attack playbook. Use when the target supports HTTP/2 and you need to exploit binary framing, HPACK compression, h2c upgrade smuggling, pseudo-header injection, stream multiplexing abuse, or H2→H1 downgrade translation flaws.

not rated 2.1k +90 2mo ago A Socket: warnSnyk: failSkillSpector: pass 61 tokens original MIT

yaklang/hack-skills

Skill Claude CodeCodex

IDOR and broken object authorization testing playbook. Use when requests expose object identifiers, tenant boundaries, writable fields, or missing object-level authorization checks.

not rated 2.1k +90 2mo ago A Socket: passSnyk: warnSkillSpector: warn 37 tokens original MIT

injection-checking

47

yaklang/hack-skills

Skill Claude CodeCodex

Entry P1 category router for injection testing. Use when routing between XSS, SQLi, SSRF, XXE, SSTI, command injection, and NoSQL injection workflows based on how attacker-controlled input is consumed.

not rated 2.1k +90 2mo ago A Socket: warnSnyk: failSkillSpector: pass 50 tokens original MIT

yaklang/hack-skills

Skill Claude CodeCodex needs its repo

Source control and artifact exposure (.git, .svn, .hg, backups, .env). Use when recon finds VCS paths, 403 on hidden dirs, or backup/config leaks during authorized testing.

not rated 2.1k +90 2mo ago A Socket: passSnyk: failSkillSpector: warn 47 tokens original MIT

At most 3 mods per repository are shown here, and a mod shipped inside a plugin is left to that plugin's page — the rest are on their repository pages: