Skip to content

Commit

Permalink
fullportscan added to help (#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
ifly53e authored Jul 14, 2017
1 parent 336bf60 commit 12a07ec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sniper
Original file line number Diff line number Diff line change
Expand Up @@ -254,6 +254,7 @@ function help {
echo ' + -- --=[STEALTH: Quickly enumerate single targets using mostly non-intrusive scans to avoid WAF/IPS blocking'
echo ' + -- --=[DISCOVER: Parses all hosts on a subnet/CIDR (ie. 192.168.0.0/16) and initiates a sniper scan against each host. Useful for internal network scans.'
echo ' + -- --=[PORT: Scans a specific port for vulnerabilities. Reporting is not currently available in this mode.'
echo ' + -- --=[FULLPORTONLY: Performs a full detailed port scan and saves results to XML.'
echo ' + -- --=[WEB: Adds full automatic web application scans to the results (port 80/tcp & 443/tcp only). Ideal for web applications but may increase scan time significantly.'
echo ' + -- --=[NOBRUTE: Launches a full scan against a target host/domain without brute forcing services.'
echo ' + -- --=[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, IPs that need to be scanned and run ./sn1per /full/path/to/targets.txt airstrike to begin scanning.'
Expand Down

0 comments on commit 12a07ec

Please sign in to comment.