This commit is contained in:
2021-08-28 13:41:46 +02:00
parent b034e9c800
commit 78e5fd16d9
10 changed files with 346 additions and 23 deletions

View File

@@ -33,4 +33,4 @@ echo "[ ] Fuzzing…"
ffuf --fs ${charcountDomain},${charcountIpAddress} --fc 400 --mc all \
-w /usr/share/wordlists/SecLists/Discovery/Web-Content/raft-large-words-lowercase.txt \
-u "${PROTOCOL}://${IP_ADDRESS}" -H "Host: FUZZ.${DOMAIN}"
-u "${PROTOCOL}://${IP_ADDRESS}" -H "Host: FUZZ.${DOMAIN}" "${@:2}"