Scans every public IPV4 for the open ports you specify.
Please don't use this for illegal purposes.
cd internetscanner
./install.sh
sudo python3 internetscanner <PORT> <OUTPUT_FILE> <SECONDS_TIMEOUT> <MAX_THREADS>
internetscanner <PORT> <OUTPUT_FILE> <SECONDS_TIMEOUT> <MAX_THREADS>
- Python 3 - The language used.
- Python modules used: Socket, sys, os, ipaddress and threading.
- [LolArt]