SPyMap Portscanner Wiki
A python based portscanner, using scapy
Status: Alpha
Brought to you by:
tacollins
Usage: spymap.py [options] \<target>
Options
-S Runs a scan without first pinging the target
-P Pings the target, then exits
-prange [x,y] Scans a range of ports, where x is the start port and y is the end port. ONLY accepts port ranges in the format '[x,y]'
-ports [a,b,c] Scans only ports a, b, and c. ONLY accepts port ranges in the format '[a,b,c]'
-v Turns on Scapy's normal verbose output