Skill Claude CodeCodex
A command guide for Katana, a web crawler that discovers pages and links. It covers crawl depth, JavaScript-based page discovery, and controlling concurrent requests.
Skill Claude CodeCodex
A command guide for Katana, a web crawler that discovers pages and links. It covers crawl depth, JavaScript-based page discovery, and controlling concurrent requests.
Skill Claude CodeCodex
A command guide for Nuclei, a scanner that checks targets against reusable security-test templates. It covers choosing templates, running many checks, and setting limits for automation.
Skill Claude CodeCodex
An open-redirect testing guide for checking whether a website can be tricked into sending users to an attacker-controlled address. It also covers phishing redirects, OAuth token theft, and allowlist bypasses.
Skill Claude CodeCodex
Improper file path handling and dynamic inclusion enable sensitive file disclosure, config/source leakage, SSRF pivots, and code execution. Treat all user-influenced paths, names, and schemes as untrusted; normalize and bind them to an allowlist or eliminate user control entirely.
Skill Claude CodeCodex
Time-boxed assessment focused on high-impact vulnerabilities. Prioritize breadth over depth.
Skill Claude CodeCodex
A security-testing guide for remote code execution (RCE), where an attacker gets a system to run commands or code they supplied.
Skill Claude CodeCodex
A security-testing guide for SQL injection, where crafted input changes a database query sent by an application.
Skill Claude CodeCodex
A command reference for sqlmap, a program that automates testing for SQL injection in web applications.
Skill Claude CodeCodex
A security-testing guide for server-side request forgery (SSRF), where an attacker tricks a server into making requests on their behalf.
Skill Claude CodeCodex
Balanced security assessment with structured methodology. Thorough coverage without exhaustive depth.
Skill Claude CodeCodex
A security-testing guide for cross-site scripting (XSS), where injected code runs in another user's web browser.