Port Scanner v1.0
Note : Make sure all requirements are satisfied...
clone this repo
git clone https://github.com/hackers-brain/port_scanner.git
change directory
cd port_scanner
install requirements
pip3 install -r requirements.txt
run main script
python3 main.py <target> <starting_port> <ending_port>
ex
python3 main.py 192.168.x.x 1 100
Author : HackerBrain
HackersBrain : HackTheBox
HackersBrain : TryHackMe