
docker run -d -p 9014:80 -p 9015:22 --cap-add=NET_ADMIN --name flag-h joshbeck2024/ctf-brute-force-login-flag-h
Port 9014: Webpage
Port 9015: SSH
-This is a medium challenge
-Points: 10
Enumeration Challenge!
HTTP://172.25.200.200:9014 you’ll see that we need to fuzz for .txt files that will allow us to brute-force the SSH server for usernames and passwords.
raft-small-words.txt.txt after FUZZ . This will be interpreted literally.wget <https://raw.githubusercontent.com/danielmiessler/SecLists/refs/heads/master/Discovery/Web-Content/raft-small-words.txt>
ffuf -u <http://172.25.200.200:9014/FUZZ.txt> -w raft-small-words.txt
ffuf spits out too many results, you’ll want to filter.403 status