Skip to content

A simple colorful Python TCP Port Scanner; just for a quick scan.

License

Notifications You must be signed in to change notification settings

Kymoxis/Python-Portscanner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Python-Portscanner

A simple colorful Python TCP Port Scanner; just for a quick scan.

Install

You will need the colorama Module, because on Windows the ANSI colors are not working properly

pip install colorama

Usage

python3 pyscanner.py <ip> <starting Port> <End Port>

or

Set the executable Flag:

chmod +x pyscanner.py

./pyscanner.py <ip> <starting Port> <End Port>

Example:


./pyscanner.py 192.168.2.1 1 1023

or


python3 pyscanner.py 192.168.2.1 1 1023

License

MIT license; see LICENSE file.

Releases

No releases published

Packages

No packages published

Languages