Crawl/Fuzz
Last updated
Last updated
# Crawlers dirhunt hakrawler -domain python3 sourcewolf.py -h gospider -s " -o output -c 10 -d 1 gospider -S sites.txt -o output -c 10 -d 1 gospider -s " -o output -c 10 -d 1 --other-source --include-subs # Fuzzers # ffuf # Discover content ffuf -recursion -mc all -ac -c -e .htm,.shtml,.php,.html,.js,.txt,.zip,.bak,.asp,.aspx,.xml -w six2dez/OneListForAll/onelistforall.txt -u # Headers discover ffuf -mc all -ac -u -w six2dez/OneListForAll/onelistforall.txt -c -H "FUZZ: Hellothereheadertesting123 asd" # Ffuf - burp ffuf -replay-proxy http:127.0.0.1:8080 # Fuzzing extensions # General .htm,.shtml,.php,.html,.js,.txt,.zip,.bak,.asp,.aspx,.xml,.inc # Backups '.bak','.bac','.old','.000','.~','.01','._bak','.001','.inc','.Xxx' # kr # kr brute -w onelistforallmicro.txt -x 100 --fail-status-codes 404 kr scan -w routes-small.kite -A=apiroutes-210228 -x 100 --ignore-length=34 # chameleon # ./chameleon -u -a -A # Best wordlists for fuzzing: # - raft-large-directories-lowercase.txt - directory-list-2.3-medium.txt - RobotsDisallowed/top10000.txt # - # # # # AIO: # Check # Pro tip: set "Host: localhost" as header # Custom generated dictionary gau example.com | unfurl -u paths # Get files only sed 's#/#\n#g' paths.txt |sort -u # Other things gau example.com | unfurl -u keys gau example.com | head -n 1000 |fff -s 200 -s 404 # Hadrware devices admin panel # default-http-login-hunter.sh # Dirsearch dirsearch -r -f -u --extensions=htm,html,asp,aspx,txt -w six2dez/OneListForAll/onelistforall.txt --request-by-hostname -t 40 # dirb dirb -r -o dirb-10.11.1.111.txt # wfuzz wfuzz -c -z file,six2dez/OneListForAll/onelistforall.txt --hc 404 # gobuster gobuster dir -u -w six2dez/OneListForAll/onelistforall.txt -s '200,204,301,302,307,403,500' -e # Cansina # python3 cansina.py -u example.com -p PAYLOAD # Ger endpoints from JS # LinkFinder # python linkfinder.py -i -d python linkfinder.py -i burpfile -b # JS enumeration # # Tip, if 429 add one of these headers: Client-Ip: IP X-Client-Ip: IP X-Forwarded-For: IP X-Forwarded-For: 127.0.0.1