Awesome-Python-Scripts/Port_Scanner/README.md

9 lines
308 B
Markdown
Raw Normal View History

2019-10-02 16:56:42 +00:00
# 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
2019-10-05 16:14:59 +00:00
Use "port_scanner.py", and enter the IP that you want to scan when prompted.