Skip to content

Files

Latest commit

ee51a36 · Oct 5, 2019

History

History
This branch is 209 commits behind hastagAB/Awesome-Python-Scripts:master.

Port_Scanner

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Oct 5, 2019
Oct 2, 2019

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.