Skip to content

Firxiao/check_service_ports

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

A tool to scan service ports

now suppot dns and a little service

you can custom this script add the service ports you want to check

just add new service in services and add a services function define the udp and tcp ports

Usage:

git clone https://github.com/Firxiao/check_service_ports
cd check_service_ports
chmod +x check_service_ports.sh
./check_service_ports.sh
1) DNS        3) AD         5) RDP
2) NFS        4) SQLSERVER  6) SSH
Please input Service Num: 1
Please input dest IP: 192.168.1.1
##############
checking   192.168.1.1    DNS
####################
 udp: 53 is closed
 tcp: 53 is closed
####################

About

A tool (based nc) check service's tcp or udp is opened or closed

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages