Implement pruning
This commit is contained in:
parent
1a6e64da3d
commit
7d1c1a1d54
4 changed files with 68 additions and 8 deletions
|
|
@ -7,7 +7,7 @@ function log() {
|
|||
log "Compiling nameservers…"
|
||||
pv nameservers/*.list | ./validate_list.py --ip4 | sort -u > temp/all_nameservers_ip4.list
|
||||
|
||||
log "Compiling subdomain…"
|
||||
log "Compiling subdomains…"
|
||||
# Sort by last character to utilize the DNS server caching mechanism
|
||||
# (not as efficient with massdns but it's almost free so why not)
|
||||
pv subdomains/*.list | ./validate_list.py --domain | rev | sort -u | rev > temp/all_subdomains.list
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue