Skip to content

Commit

Permalink
Sn1per v1.6 by 1N3@CrowdShield
Browse files Browse the repository at this point in the history
  • Loading branch information
root committed Jan 25, 2016
1 parent 1765220 commit 2d15748
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 34 deletions.
24 changes: 7 additions & 17 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,23 +30,13 @@ Sn1per is an automated scanner that can be used during a penetration test to enu
# ./sniper <targets.txt> nuke <report>
```

### REPORT MODE:
Outputs all results to text in the loot directory for later reference. To enable reporting, append 'report' to any sniper mode or command.

### STEALTH MODE:
Quickly enumerate single targets using mostly non-intrusive scans to avoid WAF/IPS blocking

### PORT MODE:
Scans a specific port for vulnerabilities. Reporting is not currently available in this mode.

### NOBRUTE MODE:
Launches a full scan against a target host/domain without brute forcing services.

### AIRSTRIKE:
Quickly enumerates open ports/services on multiple hosts and performs basic fingerprinting. To use, specify the full location of the file which contains all hosts, IP's that need to be scanned and run ./sn1per /full/path/to/targets.txt airstrike to begin scanning.

### NUKE:
Launch full audit of multiple hosts specified in text file of choice. Usage example: ./sniper /pentest/loot/targets.txt nuke.
### MODES:
* REPORT MODE: Outputs all results to text in the loot directory for later reference. To enable reporting, append 'report' to any sniper mode or command.
* STEALTH MODE: Quickly enumerate single targets using mostly non-intrusive scans to avoid WAF/IPS blocking
* PORT MODE: Scans a specific port for vulnerabilities. Reporting is not currently available in this mode.
* NOBRUTE MODE: Launches a full scan against a target host/domain without brute forcing services.
* AIRSTRIKE: Quickly enumerates open ports/services on multiple hosts and performs basic fingerprinting. To use, specify the full location of the file which contains all hosts, IP's that need to be scanned and run ./sn1per /full/path/to/targets.txt airstrike to begin scanning.
* NUKE: Launch full audit of multiple hosts specified in text file of choice. Usage example: ./sniper /pentest/loot/targets.txt nuke.

## SAMPLE REPORT:
```
Expand Down
24 changes: 7 additions & 17 deletions loot/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,23 +30,13 @@ Sn1per is an automated scanner that can be used during a penetration test to enu
# ./sniper <targets.txt> nuke <report>
```

### REPORT MODE:
Outputs all results to text in the loot directory for later reference. To enable reporting, append 'report' to any sniper mode or command.

### STEALTH MODE:
Quickly enumerate single targets using mostly non-intrusive scans to avoid WAF/IPS blocking

### PORT MODE:
Scans a specific port for vulnerabilities. Reporting is not currently available in this mode.

### NOBRUTE MODE:
Launches a full scan against a target host/domain without brute forcing services.

### AIRSTRIKE:
Quickly enumerates open ports/services on multiple hosts and performs basic fingerprinting. To use, specify the full location of the file which contains all hosts, IP's that need to be scanned and run ./sn1per /full/path/to/targets.txt airstrike to begin scanning.

### NUKE:
Launch full audit of multiple hosts specified in text file of choice. Usage example: ./sniper /pentest/loot/targets.txt nuke.
### MODES:
* REPORT MODE: Outputs all results to text in the loot directory for later reference. To enable reporting, append 'report' to any sniper mode or command.
* STEALTH MODE: Quickly enumerate single targets using mostly non-intrusive scans to avoid WAF/IPS blocking
* PORT MODE: Scans a specific port for vulnerabilities. Reporting is not currently available in this mode.
* NOBRUTE MODE: Launches a full scan against a target host/domain without brute forcing services.
* AIRSTRIKE: Quickly enumerates open ports/services on multiple hosts and performs basic fingerprinting. To use, specify the full location of the file which contains all hosts, IP's that need to be scanned and run ./sn1per /full/path/to/targets.txt airstrike to begin scanning.
* NUKE: Launch full audit of multiple hosts specified in text file of choice. Usage example: ./sniper /pentest/loot/targets.txt nuke.

## SAMPLE REPORT:
```
Expand Down

0 comments on commit 2d15748

Please sign in to comment.