Added progressbar and ETA
This commit is contained in:
parent
d49a7803e9
commit
2f1af3c850
4 changed files with 58 additions and 15 deletions
|
|
@ -3,11 +3,11 @@
|
|||
# Main script for eulaurarien
|
||||
|
||||
# Get all subdomains accessed by each website in the website list
|
||||
cat websites.list | ./collect_subdomains.py > subdomains.list
|
||||
./collect_subdomains.py websites.list > subdomains.list
|
||||
sort -u subdomains.list > subdomains.sorted.list
|
||||
|
||||
# Filter out the subdomains not pointing to a first-party tracker
|
||||
cat subdomains.sorted.list | ./filter_subdomains.py > toblock.list
|
||||
./filter_subdomains.py subdomains.sorted.list > toblock.list
|
||||
sort -u toblock.list > toblock.sorted.list
|
||||
|
||||
# Format the blocklist so it can be used as a hostlist
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue