Skip to content

EvilSnorT/Host-Alive-Scanner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

image

The TCP-mode and SYN-mode(need sudo) are added.

Ping-mode (default)

python3 HAS.py -i targets.txt

TCP-mode

python3 HAS.py -i targets.txt -m tcp -p 80,443,8000-9000

SYN-mode (need root prive)

sudo python3 HAS.py -i targets.txt -m syn -p 22,80,443

input file format (targets.txt): 192.168.1.1 example.com 10.0.0.5:8080 example.com:443

About

Batch scan from a list file of IP/URL with ICMP/SYN/TCP.

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages