diff --git a/.gitignore b/.gitignore index 3b234d6..cdd727a 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,3 @@ /oisd/big /oisd/nsfw /ut1/*/ -/urlhaus/online diff --git a/bannedurllist b/bannedurllist index 01657ea..7156d27 100644 --- a/bannedurllist +++ b/bannedurllist @@ -9,4 +9,3 @@ .Include .Include .Include -.Include diff --git a/categories/malicious/urls b/categories/malicious/urls index 42f1045..58c988b 100644 --- a/categories/malicious/urls +++ b/categories/malicious/urls @@ -995,3 +995,4 @@ litter.catbox.moe/ktydfr.zip litter.catbox.moe/snxkyx.zip secure-download.windows10download.com/BonziBuddy432.exe windows10download.com/bonzi-buddy/ +mediafire.com/file/nkhakh359p5077v diff --git a/getall.sh b/getall.sh index 56c70e7..8670d56 100755 --- a/getall.sh +++ b/getall.sh @@ -2,4 +2,3 @@ echo Fetching blocklists... ./getut1.sh ./getoisd.sh -./geturlhaus.sh diff --git a/geturlhaus.sh b/geturlhaus.sh deleted file mode 100755 index 35fb5f8..0000000 --- a/geturlhaus.sh +++ /dev/null @@ -1,14 +0,0 @@ -#!/bin/bash -echo "Fetching URLhaus blocklist" -if ! command -v curl >/dev/null; then - echo 'curl is required for this script to run.' - exit 1 -fi -if ! command -v sed >/dev/null; then - echo 'sed is required for this script to run.' - exit 1 -fi -mkdir -p urlhaus -curl https://urlhaus.abuse.ch/downloads/text_online/ -o urlhaus/online -sed -i 's/^https:\/\///;s/^http:\/\///' urlhaus/online -sed -i '1s|^|#listcategory: "URLhaus @ abuse.ch"\n|' urlhaus/online diff --git a/urlhaus/.gitkeep b/urlhaus/.gitkeep deleted file mode 100644 index e69de29..0000000