A simple multithreaded TCP port scanner written in Python 3
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.
Clone the repo
git clone https://github.com/mlazzarotto/port-scanner.git
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