vulnerability-verification

Installation
SKILL.md

Required Tools

Run bash $SUPERHACKERS_ROOT/scripts/detect-tools.sh for tool availability, or read $SUPERHACKERS_ROOT/TOOLCHAIN.md for 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)" See skills/stealth-techniques/SKILL.md for 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
Installs
1
GitHub Stars
6
First Seen
Aug 6, 2026
vulnerability-verification — narlyseorg/superhackers