DIRECTORY/FILES FUZZING
Last updated
Last updated
=======================Use and review
https://raw.githubusercontent.com/six2dez/OneListForAll/main/onelistforallshort.txt
=======================Wfuzz :
>>> wfuzz -c -w /usr/share/wfuzz/wordlist/general/megabeast.txt $IP:80/FUZZ
>>> wfuzz -c -z file,/usr/share/wordlists/dirbuster/directory-list-2.3-medium.txt --sc 200 http://$IP/FUZZ/
>>>wfuzz -c -w /usr/share/seclists/Discovery/Web_Content/raft-large-files.txt $IP/FUZZ --hc 404
>>>wfuzz -c -w /usr/share/seclists/Discovery/Web_Content/raft-large-directories.txt $IP/FUZZ/ --hc 404
>>> wfuzz -c -z file,/usr/share/seclists/Fuzzing/SQLi/quick-SQLi.txt -d "myusername=john&mypassword=FUZZ&Submit=Login” --hc 404 $URL
=======================Dirsearch :
>>> python3 dirsearch.py -u $URL -w /opt/seclists/Discovery/Web-Content/raft-large-files.txt