
docker run -d -p 9021:80 -p 9022:22 --network flag-red25-net --cap-add=NET_ADMIN --restart always --name Flag_red25 joshbeck2024/ctf-403-bypass-flag-red25
WEBPAGE: 172.25.200.200:9021
SSH Server: 172.25.200.200:9022
Points: 90
raft-small-words.txt
raft-small-wordst.txt wordlist and fuzz the website.wget <https://raw.githubusercontent.com/danielmiessler/SecLists/refs/heads/master/Discovery/Web-Content/raft-small-words.txt>
ffuf -u <http://172.25.200.200:9021/FUZZ> -w raft-small-words.txt

protected folder does stand out:
403 forbidden error when we attempt to access it.
127.0.0.1, which may well be authorized to access this endpoint.