fix: remove invalid links

- Closes #2
This commit is contained in:
MDLeom 2020-10-08 05:04:32 +00:00
parent 72ea9b7f9a
commit fc578757f7
No known key found for this signature in database
GPG Key ID: 32D3E28E96A695E8
1 changed files with 2 additions and 0 deletions

View File

@ -53,6 +53,8 @@ sort -u > "phishing.txt"
cat "phishing.txt" | \
cut -f 1 -d "/" | \
cut -f 1 -d ":" | \
# #2
cut -f 1 -d "?" | \
sort -u > "phishing-domains.txt"