Skip to content

Takes in a list of IP addresses and a list of ports, outputs datetime, IP, port, reachable

License

Notifications You must be signed in to change notification settings

jamesgeddes/portpoll

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

portpoll

Takes in a list of IP addresses and a list of ports then uses multithreading to scan all nodes simultaneously. Outputs

datetime, IP, port, alive

Either pass in a text file of IP addresses, and a separate text file of ports, one per line, or pass in a list of each directly.

Can be handy if you need to run in an environment where you only have python available, for example. No fancy GUI, just CLI.

About

Takes in a list of IP addresses and a list of ports, outputs datetime, IP, port, reachable

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages