Skip to content

A Python program (with threading) to scan a number of ports in a certain range.

License

Notifications You must be signed in to change notification settings

OnBoard-Devs/Threaded-Port-Scanner

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Threaded Port Scanner

About

A Python program to scan a number of ports in a certain range.

Threading

Put simply, threading is when the user can ask the computer to perform another task if the processor is experiencing idle time. When used in port scanning, it can greatly speed up the process. To understand more at a deeper level, visit RealPython's awesome introduction to threading in Python here!

Implementation

Navigate to src, then:

  • Run python3 main.py if you have MacOS/Linux.
  • Run python main.py if you have Windows.

DISCLAIMER: I, CodeMaster7000, am not responsible for any damage related to the misuse of this product or port scanning overall. Please remember that port scanning without authorization is illegal and can result in serious legal consequences.

About

A Python program (with threading) to scan a number of ports in a certain range.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%