Skip to content

RokasUrbelis/port-service-scanning

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

port-service-scan

  • The purpose of writing this script is to detect the security of the website, mainly used for batch scanning the target port open situation and detection service version, speed has also done a great degree of optimization, rely on the background process to achieve multi-threaded scanning

  • Disadvantages: when the number of targets is greater than 300, the background process will always be in a waiting state, and the scanning results will miss about 30-60. So you can batch scan, using crontab timing batch switching file scan, if you think there is a better way to achieve and improve can contact me at any time

Usage:

bash test.sh -f file  #exec script
bash scan.sh -h       #print help

Note that the format of the file(which can be arbitrarily specified) must be in the form ipaddress:port, so be sure to keep a single line, like this:

127.0.0.1:80
192.168.1.1:23
45.32.117.7:443

Screen:

  • STDOUT

  • result file text

About

🎄📝A best batch port and service scanning script

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages