Skip to content

Dontmindmes/Concurrent-Port-Scanner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

Concurrent-Port-Scanner

Scans every single port on a chosen ip address

This program will scan 25 ports concurrently on a selected ip address and return what ports are open or not

Console Sample

Concurrent Port Scanner Enter IP Address: 192.168.1.1

  • Port 53 is open
  • Port 80 is open
  • Port 443 is open
  • Port 548 is open
  • Port 3333 is open
  • Port 5555 is open
  • Port 20005 is open
  • Port 49152 is open

Remove the comment on line 38 to show the ports that are closed

About

Scans every single port on a chosen ip address

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages