Oct4Pie / port-scanner

A simple, fast, and multi-threaded port scanner written in python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Port-Scanner

A fast and multi-threaded port scanner written in python

Usage: python3 scanner.py [-h] ip port_range threads [timeout]

timeout is optional and set to None by deafult

The number of threads are recommended to be between 100 and 300 for normal computers.

e.g.

python3 scanner.py 127.0.0.1 0-500 150 1

nmap scanner.py

About

A simple, fast, and multi-threaded port scanner written in python

License:GNU General Public License v3.0


Languages

Language:Python 100.0%