Update 'README.md'

This commit is contained in:
CURSORBLOCK 2022-09-20 00:51:45 +00:00
parent 8c76083689
commit 8badf03439
1 changed files with 8 additions and 4 deletions

View File

@ -1,5 +1,9 @@
# expandCIDR
expandCIDR will use an nmap compliant scope list file and expand it, generating a file with the IP list.
expandCIDR will use an nmap compliant scope list file and expand it, generating a file with the IP list.
Optionally it can also select an arbitrary number of random IPs from the expanded IP list, instead.
Optionally it can also select an arbitrary number of random IPs from the expanded IP list, instead. Typically useful in large vulnerability assessments where a sample of a baselined subnet (such as SIP) is more efficient than testing the entire subnet.
usage: expandcidr [scope file] [output file] {# of rnd ips}
examples: expandcidr scope_subnets.txt scope.txt
expandcidr scope.txt sample.txt 500