Skip to content

Latest commit

 

History

History
49 lines (36 loc) · 947 Bytes

README.md

File metadata and controls

49 lines (36 loc) · 947 Bytes

port-scanner

Port Scanner

A simple multithreaded TCP port scanner written in Python 3

Table of Contents

About The Project

This is a simple TCP Port Scanner written in Python 3.9. I know there are tons of tools like this, but I just wanted to improve my Python's skills.

Built With

Getting Started

Installation

Clone the repo

git clone https://github.com/mlazzarotto/port-scanner.git

Usage

python main.py -p 80,20-25,443 192.168.1.1
python main.py --port 80,20-25,443 192.168.1.1
python main.py --port 80,20-25,443 -t 0.2 192.168.1.1
python main.py --port 80,20-25,443 -w 1000 192.168.1.1