write-ups-challenges-2019-2020/Padlock/README.md

15 lines
460 B
Markdown
Raw Permalink Normal View History

2022-11-24 21:43:03 +00:00
# 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).