vulnerability-verification
Installation
SKILL.md
Required Tools
Run
bash $SUPERHACKERS_ROOT/scripts/detect-tools.shfor tool availability, or read$SUPERHACKERS_ROOT/TOOLCHAIN.mdfor the full resolution protocol. If a tool is missing, check the fallback chain. STEALTH CONFIGURATION: To avoid WAF/blocking during verification, source stealth profile before testing:bash $SUPERHACKERS_ROOT/scripts/stealth-profile.sh && eval "$(stealth_curl_headers)"Seeskills/stealth-techniques/SKILL.mdfor comprehensive stealth methodology.
| Tool | Required | Fallback | Install |
|---|---|---|---|
| curl | ✅ Yes | wget → python3 requests | Usually pre-installed |
| nuclei | ✅ Yes | nikto → manual curl verification | go install github.com/projectdiscovery/nuclei/v3/cmd/nuclei@latest |
| sqlmap | ⚡ Optional | manual curl injection payloads | pip3 install sqlmap |
| nikto | ⚡ Optional | nuclei → manual curl | brew install nikto / apt install nikto |
| BurpSuite | ⚡ Optional | mitmproxy (proxy) → curl direct | Commercial — install from portswigger.net |
| rg (ripgrep) | ⚡ Optional | grep → grep -E | brew install ripgrep / apt install ripgrep |