Files
CTF/HTB/notes/Enumeration/Web.md
Simon 82b0759f1e init htb
old htb folders
2023-08-29 21:53:22 +02:00

15 lines
305 B
Markdown

#wfuzz
## Subdomain Fuzzing
### wfuzz
```
wfuzz -H "Host: FUZZ.domain" --hc 302,400 -c -z file,"/usr/share/wordlists/dirbuster/directory-list-2.3-medium.txt" http://mentorquotes.htb/
```
## On SSRF
### Hidden Services Fuzzing
wfuzz -c -z range,1-65535 --hh 0 'HOST/ssrf?url="http://localhost:FUZZ/"'