Skip to content

mlazzarotto/port-scanner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A simple Python Port Scanner

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages