From 50abc8d6a00c7896d1ebed868b5c057301a667b1 Mon Sep 17 00:00:00 2001 From: Dwi Siswanto Date: Sun, 13 Aug 2023 22:22:45 +0700 Subject: [PATCH] ci(update-db): using Bo0oM/fuzz.txt for dir bruteforce threats --- .github/workflows/update-db.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/update-db.yaml b/.github/workflows/update-db.yaml index 1588d2fe..6f27a88a 100644 --- a/.github/workflows/update-db.yaml +++ b/.github/workflows/update-db.yaml @@ -29,7 +29,7 @@ jobs: wget -q "https://raw.githubusercontent.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker/master/_generator_lists/bad-ip-addresses.list" -O "db/bad-ip-addresses.txt" & wget -q "https://raw.githubusercontent.com/mitchellkrogza/nginx-ultimate-bad-bot-blocker/master/_generator_lists/bad-referrers.list" -O "db/bad-referrers.txt" & wget -q "https://raw.githubusercontent.com/JayBizzle/Crawler-Detect/master/raw/Crawlers.txt" -O "db/bad-crawlers.txt" & - wget -q "https://raw.githubusercontent.com/maurosoria/dirsearch/master/db/dicc.txt" -O "db/directory-bruteforces.txt" & + wget -q "https://raw.githubusercontent.com/Bo0oM/fuzz.txt/master/fuzz.txt" -O "db/directory-bruteforces.txt" & wait - name: Convert CVEs resources @@ -45,8 +45,8 @@ jobs: [[ "${{ github.event_name }}" == "workflow_dispatch" ]] && COMMIT_MSG+="[force] " COMMIT_MSG+="Update resources [$(date)] :robot:" - git config --local user.email "dwisiswant0@users.noreply.github.com" - git config --local user.name "Dwi Siswanto" + git config --local user.email "ghost@users.noreply.github.com" + git config --local user.name "ghost" git add . git commit -m "${COMMIT_MSG}" git push origin master