This scanner is made with python3 and allows you to scan the ports on a certain ip address
Does not require any installation, just python3
Run the command below on your console
python3 scanner.py <ip-address>
for help run this command:
python3 scanner.py -h
eg:
python3 scanner.py 192.168.0. -i 1 -f 65535
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.
- Now you can specify the limits of the ports and added '-help' command
- Runs on all the ports from 1-65000, takes some time...