From f8178becdfc7beed074a9e6ed0ebabafe19388e3 Mon Sep 17 00:00:00 2001 From: MDLeom <2809763-curben@users.noreply.gitlab.com> Date: Tue, 17 May 2022 01:11:22 +0000 Subject: [PATCH] fix: use migrated tracking-filter repo - https://gitlab.com/malware-filter/tracking-filter --- README.md | 2 +- src/script.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 596f118..0c0df5d 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ > Announcement: curben.gitlab.io will be migrated to malware-filter.gitlab.io on 2022/05/21 -Blocklists mirror of [urlhaus-filter](https://gitlab.com/curben/urlhaus-filter), [phishing-filter](https://gitlab.com/curben/phishing-filter), [pup-filter](https://gitlab.com/curben/pup-filter) and [tracking-filter](https://gitlab.com/curben/tracking-filter). +Blocklists mirror of [urlhaus-filter](https://gitlab.com/curben/urlhaus-filter), [phishing-filter](https://gitlab.com/curben/phishing-filter), [pup-filter](https://gitlab.com/curben/pup-filter) and [tracking-filter](https://gitlab.com/malware-filter/tracking-filter). ## FAQ and Guides diff --git a/src/script.sh b/src/script.sh index 7e663d0..33af7e0 100644 --- a/src/script.sh +++ b/src/script.sh @@ -17,7 +17,7 @@ cd "tmp/" curl "https://gitlab.com/curben/urlhaus-filter/-/jobs/artifacts/main/download?job=pages" -o "urlhaus-filter.zip" curl "https://gitlab.com/curben/phishing-filter/-/jobs/artifacts/main/download?job=pages" -o "phishing-filter.zip" curl "https://gitlab.com/curben/pup-filter/-/jobs/artifacts/main/download?job=pages" -o "pup-filter.zip" -curl "https://gitlab.com/curben/tracking-filter/-/jobs/artifacts/main/download?job=pages" -o "tracking-filter.zip" +curl "https://gitlab.com/malware-filter/tracking-filter/-/jobs/artifacts/main/download?job=pages" -o "tracking-filter.zip" curl "https://gitlab.com/curben/vn-badsite-filter/-/jobs/artifacts/main/download?job=pages" -o "vn-badsite-filter.zip" for zipfile in $(find . -name "*.zip" -type f)