Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 852 Bytes

File metadata and controls

18 lines (10 loc) · 852 Bytes

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.