Skip to content

A PortScan with python. I made this tool to practice python, it is a very simple portscan with implemented threads.

Notifications You must be signed in to change notification settings

FredBrave/PortScan

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

PortScan

A PortScan with python. I made this tool to practice python, it is a very simple portscan with implemented threads.

Requirements

pip3 -r install requirements.txt

Usage

To use this tool you need to specify the port range, the ip and optionally the number of threads.

python3 PortScan.py -i 10.0.2.119 --portMin 1 --portMax 10000 
*************************************************

[*] Scaning...:

	Ip: 10.0.2.119
	Ports: 1-10000
	Threads: 10
	Date: 2023-06-02 18:47:48.946133 

*************************************************
Open Ports:
	The port 22 is open
	The port 80 is open
	The port 6667 is open
	The port 6697 is open
	The port 8067 is open

About

A PortScan with python. I made this tool to practice python, it is a very simple portscan with implemented threads.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages