From 059ea623c472e7e1f2ccd00656661671ffe6d926 Mon Sep 17 00:00:00 2001 From: Phishing Database Date: Sun, 15 Dec 2024 07:52:13 +0100 Subject: [PATCH] Update reference to Phishing.Database. --- scripts/download_phishing_domains.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/download_phishing_domains.py b/scripts/download_phishing_domains.py index 36579f15..1bf085e7 100644 --- a/scripts/download_phishing_domains.py +++ b/scripts/download_phishing_domains.py @@ -15,8 +15,8 @@ import tempfile # source location -phishing_domains = "https://raw.githubusercontent.com/mitchellkrogza/Phishing.Database/master/ALL-phishing-domains.tar.gz" # noqa: E501 -phishing_links = "https://raw.githubusercontent.com/mitchellkrogza/Phishing.Database/master/ALL-phishing-links.tar.gz" # noqa: E501 +phishing_domains = "https://phish.co.za/latest/ALL-phishing-domains.tar.gz" # noqa: E501 +phishing_links = "https://phish.co.za/latest/ALL-phishing-links.tar.gz" # noqa: E501 # S3 details s3_bucket: str = "dolma-artifacts"