Directory Fuzzing - Academy

Hello Guys! How is it going ?

I’m really new to FFUF and having some trouble while trying to find the directories on this question.
It basically says this:

“In addition to the directory we found above, there is another directory that can be found. What is it?”

I’ve been using this command: ffuf -w /opt/useful/SecLists/Discovery/Web-Content/directory-list-2.3-medium.txt:FUZZ -u 167.99.206.220:30436/FUZZ

But everytime I try to run this command, I get the following errors:

Anyone can give me some tips ? I’m really lost here. Thank you in advance.

The topic is: ATTACKING WEB APPLICATIONS WITH FFUF Directory Fuzzing

I have done that module and checked my notes and I used almost the exact same command with only the path to the text file different (just tried it again and it works on the pwnbox). The only discrepancy I see is the use of http:// that you don’t provide with the IP. It is still a web page that you enumerate so put http:// before the IP is what I would suggest :).

1 Like

It worked, thank you! The use of http:// helped me a lot.

Thank you so much!

You’re welcome :slight_smile: