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
Auth/lab ref: Unicorn Engine CPU-only emulation for shellcode, decryptors, custom VM handlers, instruction tracing, memory hooks, and register-level experiments.
development
Auth/lab ref: Renode board and SoC simulation for MCU/RTOS firmware, UART/GPIO/peripheral modeling, GDB remote debugging, REPL platforms, and RESC scripts.
development
Auth/lab ref: Qiling OS-layer binary emulation for PE/ELF/Mach-O/UEFI/shellcode with rootfs, syscall/API hooks, filesystem mapping, and runtime patching.
databases
Auth/lab ref: QEMU user-mode and full-system emulation for cross-arch binaries, firmware, kernels, disks, serial consoles, networking, and GDB stubs.