iterate logs from db
This commit is contained in:
8
src/DoresA/scripts/get_all_tld.sh
Executable file
8
src/DoresA/scripts/get_all_tld.sh
Executable file
@@ -0,0 +1,8 @@
|
||||
#!/bin/bash
|
||||
|
||||
# run from root
|
||||
|
||||
cd res;
|
||||
rm all-tld.txt;
|
||||
|
||||
curl -o all-tld.txt http://data.iana.org/TLD/tlds-alpha-by-domain.txt;
|
||||
@@ -1,5 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
# run from root
|
||||
|
||||
# how much to take
|
||||
COUNT=1000;
|
||||
|
||||
|
||||
@@ -1,5 +1,7 @@
|
||||
#!/bin/bash
|
||||
|
||||
# run from root
|
||||
|
||||
# cleanup
|
||||
cd res;
|
||||
echo "" > malicious_domains.txt;
|
||||
|
||||
Reference in New Issue
Block a user