commands // 2026-01-05 // ID: REF-Sn1Per Command List

Sn1Per Command List


Sn1per Command Guide

Sn1per is an automated scanner that can be used during a penetration test to enumerate and scan for vulnerabilities. It integrates many tools (Nmap, Nikto, etc.).

Top 10 Useful Commands

1. Normal Scan

sniper -t <target>

Explanation: Runs basic recon and scan.

2. Stealth Scan

sniper -t <target> -m stealth

Explanation: Non-intrusive scan mode.

3. Flyover (Recon)

sniper -t <target> -m flyover

Explanation: High-level overview, multi-threaded.

4. Airstrike (Multi-Target)

sniper -f targets.txt -m airstrike

Explanation: Mass scan a list of targets.

5. Nuke (Vulnerability)

sniper -t <target> -m nuke

Explanation: Weaponized audit (very loud, checks for major CVEs).

6. Discover

sniper -t <target> -m discover

Explanation: Focuses on subnet discovery.

7. Port Scan Only

sniper -t <target> -m port

Explanation: Only runs port scanning.

8. Web Scan

sniper -t <target> -m web

Explanation: Focuses on web app vectors (nikto, wpscan, etc).

9. Update

sniper -u

Explanation: Updates Sn1per scripts.

10. Report

# (Automatic)

Explanation: Sn1per generates reports in loot/ automatically.

The Most Powerful Command

sniper -t target.com -m webscan -w

Explanation: Runs a full web-focused vulnerability scan including crawling and exploit checking.