Today my Paul and I continued hacking Billy Madison (see part one here) and learned some interesting things:
- You can fuzz a URL with a specific file type using a format like this:
wfuzz -c -z file,/root/Desktop/wordlist.txt --hc 404 http://x.x.x.x/FUZZ.cap
- To rip .cap files apart and make them "pretty" you...