Hello, and thank you for your efforts.
I’m using the Python version of the scanner.
If possible, please add an option to scan a specific number of IP addresses from a file.
For example, I have 20 IPs listed in subnets.txt:
104.20.16.1
104.20.16.2
...
104.20.16.20
I would like to scan only 5 of them. Currently, when we use -r 5, it doesn't have any effect, and all the IPs will be scanned.
Hello, and thank you for your efforts.
I’m using the Python version of the scanner.
If possible, please add an option to scan a specific number of IP addresses from a file.
For example, I have 20 IPs listed in
subnets.txt:104.20.16.1
104.20.16.2
...
104.20.16.20
I would like to scan only 5 of them. Currently, when we use
-r 5, it doesn't have any effect, and all the IPs will be scanned.