.. | ||
assets | ||
CSS | ||
script | ||
.gitkeep | ||
bamboozle.php | ||
docker.sh | ||
Dockerfile | ||
index.php | ||
README.md | ||
robots.txt | ||
success.php | ||
writeup.md |
CHALLENGE padlock
Simple web-hacking challenge
Description
Crack the code and find the flag.
Flag
IG{w31C0mE_7O_tH3_m47R1x}
How the challenge works
It takes a simple 3-digit code (solution: 329) to be able to view success.php. Code's are submitted via POST-request with variable name try
, a simple brute-force script will do the trick. However: the site has a few easter-eggs; some will also redirect you to another page (without a flag).