From be1b6c05d781583278713532f9bb2784b8365e3a Mon Sep 17 00:00:00 2001 From: MDLeom <2809763-curben@users.noreply.gitlab.com> Date: Tue, 11 Mar 2025 07:23:02 +0000 Subject: [PATCH] fix: remove credential from domain/IP fixes #91 --- src/script.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/script.sh b/src/script.sh index f21beb98..fc18514a 100644 --- a/src/script.sh +++ b/src/script.sh @@ -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"