Awesome-Python-Scripts/Port_Scanner
2019-10-05 21:44:59 +05:30
..
port_scanner.py Add Port Scanner Utility 2019-10-02 19:56:42 +03:00
README.md Add script level requirements.txt 2019-10-05 21:44:59 +05:30

Port Scanner

A simple tool that asynchronously scans a server's ports with python. It's pretty quick as it processes ports in batches of 256.

Required libraries

None, the only libraries that are used are built-ins.

Usage

Use "port_scanner.py", and enter the IP that you want to scan when prompted.