ABScanner – Python script that looks for open ports/targets
Python script that looks for open ports/targets
Using
You must specify a target or a network with the subnet mask
Type of scans:
If you just put the target, the scanner script with all types of scans:
./scanner.py 192.168.0.10
./scanner.py 192.168.0.10/24
To choose a type of scan, you have to specify it (it doesn’t care about the case);
./scanner.py syn 192.168.0.10
./scanner.py ICMP 192.168.0.10/24
./scanner.py arp 10.10.10.10/16
./scanner.py UDP 192.168.0.254
GitHub