Skip to content

Commit

Permalink
Update ffuf commandline
Browse files Browse the repository at this point in the history
  • Loading branch information
chvancooten committed Dec 15, 2023
1 parent 3825833 commit c205edb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BugBountyScanner.sh
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ do
while read -r dname;
do
filename=$(echo "${dname##*/}" | sed 's/:/./g')
ffuf -w "$toolsDir/wordlists/tempfiles.txt" -u "$dname/FUZZ" -maxtime 3 -o "ffuf-$filename.txt"
ffuf -w "$toolsDir/wordlists/tempfiles.txt" -u "$dname/FUZZ" -mc 200-299 -maxtime 60 -o "ffuf-$filename.csv" -of csv
done < "../livedomains-$DOMAIN.txt"

find . -size 0 -delete
Expand Down

0 comments on commit c205edb

Please sign in to comment.