Skip to content

TRIF3X/Multi_Threaded_Port_Scanner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Multi_Threaded_Port_Scanner

This is a multi threaded port scanner wrote in Python.

Example usage: python3 multi_thread_port_scanner.py scanme.nmap.org -p 1-1056 -t 50 -o open_ports.txt

Information on the website we're scanning ports from: http://scanme.nmap.org/

usage: multi_thread_port_scanner.py [-h] [-p PORTS] [-t THREADS] [-o OUTPUT] target

Fast Python Port Scanner

positional arguments: target Target host or IP address

options: -h, --help show this help message and exit -p, --ports PORTS Port range, e.g. 1-1024 -t, --threads THREADS Number of threads -o, --output OUTPUT File to save open ports

About

This is a multi threaded port scanner wrote in Python.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages