offensive-tools/recon/sn1per/SKILL.md
Automated penetration testing recon framework combining 20+ tools in a single scan. Use when performing comprehensive target recon that combines port scanning, subdomain discovery, web crawling, and vulnerability detection.
npx skillsauth add aeondave/malskill sn1perInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Automated recon framework — orchestrates nmap, nikto, metasploit, amass, and 20+ tools.
git clone https://github.com/1N3/Sn1per
cd Sn1per && bash install.sh
# Full recon on target
sniper -t target.com
# Network CIDR scan
sniper -t 10.10.10.0/24 -m discover
# Web scan only
sniper -t target.com -m web
| Mode | Purpose |
|------|---------|
| (default) | Full recon + vuln scan |
| discover | Network discovery (ping sweep, port scan) |
| stealth | Slower, quieter scan |
| web | Web-focused (nikto, gobuster, etc.) |
| bruteforce | Service brute-force |
| airstrike | Mass scan from CIDR |
| nuke | Full attack automation |
Full target assessment:
sniper -t target.com
# Results in /usr/share/sniper/loot/
CIDR discovery:
sniper -t 192.168.1.0/24 -m discover -w workspace1
Web app assessment:
sniper -t https://app.target.com -m web
| File | When to load |
|------|--------------|
| references/ | Module configuration and loot paths |
development
White-box auditing methodology for AI-generated ('vibe-coded') applications. Focuses on modern stack misconfigurations (Supabase, Next.js, Vercel).
development
Hybrid AI/Deterministic SAST methodology for discovering zero-day vulnerabilities in source code. Orchestrates structural search with AI-driven data flow and sink validation.
development
Auth assessment: hardware/embedded methodology; UART/JTAG/SWD/SPI/I2C, firmware extraction, boot/debug paths, embedded OS evidence.
devops
Container methodology: Identifying containerization limits, Docker/K8s misconfigurations, and executing escapes to the host node.