Skip to content

Commit

Permalink
ALL-phishing-domains.lst
Browse files Browse the repository at this point in the history
Reinstated ALL-phishing-domains.lst from @mitchellkrogza @Phishing-Database

---------

You can always be following My Privacy DNS at https://kb.mypdns.org/issues?u=1

Sponsor us by Donate to My Privacy DNS https://kb.mypdns.org/articles/MTX-A-3/DONATION
  • Loading branch information
spirillen committed Dec 20, 2024
1 parent cbbf0db commit 09bb791
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions scripts/import.sh
Original file line number Diff line number Diff line change
Expand Up @@ -99,11 +99,11 @@ echo "Imported Drop spamhaus.org"
echo "Done importing Phishing Database"
echo ""

# mkdir -p "${git_dir}/data/mitchellkrogza/phishing.database/"
# echo ""
# echo "Phishing.Database"
# echo ""
# ${WGET} -qO- "https://phish.co.za/latest/ALL-phishing-domains.lst" | awk '/^(#|$)/{ next }; { if ( $1 ~ /[a-z]/ ) printf("%s\n",$1) | "sort -u -i" }' | perl -lpe 's/^\s*(.*\S)\s*$/$1/' >"data/mitchellkrogza/phishing.database/domain.csv"
mkdir -p "${git_dir}/data/mitchellkrogza/phishing.database/"
echo ""
echo "Phishing.Database"
echo ""
${WGET} -qO- "https://phish.co.za/latest/ALL-phishing-domains.lst" | awk '/^(#|$)/{ next }; { if ( $1 ~ /[a-z]/ ) printf("%s\n",$1) | "sort -u -i" }' | perl -lpe 's/^\s*(.*\S)\s*$/$1/' >"data/mitchellkrogza/phishing.database/domain.csv"
# ${WGET} -qO- "https://raw.githubusercontent.com/mitchellkrogza/Phishing.Database/master/phishing-IPs-ACTIVE.txt" | grep -E "([0-9]{1,3}[\.]){3}[0-9]{1,3}" | awk -F "." '{ printf("32.%s.%s.%s.%s.rpz-ip\tCNAME\t.\n32.%s.%s.%s.%s.rpz-client-ip\tCNAME\trpz-drop.\n",$4,$3,$2,$1,$4,$3,$2,$1) }' >"data/mitchellkrogza/phishing.database/ipv4.in-addr.arpa"
# ${WGET} -qO- "https://raw.githubusercontent.com/mitchellkrogza/Phishing.Database/master/phishing-IPs-ACTIVE.txt" | grep -E "([0-9]{1,3}[\.]){3}[0-9]{1,3}" >"data/mitchellkrogza/phishing.database/ipv4.csv"
# ${WGET} -q "https://raw.githubusercontent.com/mitchellkrogza/Phishing.Database/master/LICENSE.md" -O "data/mitchellkrogza/phishing.database/LICENSE.md"
Expand Down

0 comments on commit 09bb791

Please sign in to comment.