fix: remove credential from domain/IP

fixes #91
This commit is contained in:
MDLeom 2025-03-11 07:23:02 +00:00
parent 06fe677816
commit be1b6c05d7
No known key found for this signature in database
GPG Key ID: 32D3E28E96A695E8
1 changed files with 2 additions and 0 deletions

View File

@ -133,6 +133,8 @@ cut -f 1 -d "/" | \
cut -f 1 -d ":" | \
# #2
cut -f 1 -d "?" | \
# #91
sed -r "s/.*@(.+)/\1/g" | \
sort -u > "phishing-domains.txt"