Skip to content

ApexPredator-InfoSec/sscan

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

sscan

Stealth Port Scan

The script performs a ping sweep and then port scans the active IPs. It is designed to be slow to make it more stealthy. You can adjustthe wait time between pings and port connections with the -s command. Default is 30 seconds. The script will randomize the ports on each run so that it avoids the detection of sequential ports.

It can take a single IP with -t , a subnet in CIDR notation with -c , or a file containing a list of IPs or a list of CIDR blocks with -f <file< or -cf .

Ports are passed as a single port with -p , -t 10 for namp top 10 ports, -t 100 for nmap top 100 ports, -t 1000 for nmap top 1000 ports, or -a for all TCP ports. Default is a list of 6 TCP ports [80, 21, 22, 20, 443, 8080].

This script is intentionally slow.

image

image

About

Stealth Port Scan

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages