Skip to content

Tool to scan through ports of given IP (single vs multithreading).

License

Notifications You must be signed in to change notification settings

eauxfolles/port-scanner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 

Repository files navigation

port-scanner

Made with Python License: MIT

PoC/Alpha of a tool written in Python to scan through ports of a given IP.

Tool takes IP as parameter, as it accepts indicator for single or multithreading and performs scan through ports. Tested under Windows.

Usage: "portscan.py -option <ip>"

Where:

  • "-option" is either "-m" (multithreading) or "-s" (single threading).
  • <ip> is the target IP.

On a Windows 10 system, scanning for 1000 ports via single threading takes around 12 seconds, multithreading around 2 seconds.