Skip to content

Commit

Permalink
ci(update-db): using Bo0oM/fuzz.txt for dir bruteforce threats
Browse files Browse the repository at this point in the history
  • Loading branch information
dwisiswant0 committed Aug 13, 2023
1 parent 3836a2c commit 50abc8d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/update-db.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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

0 comments on commit 50abc8d

Please sign in to comment.