Forum Discussion
Advanced CTF Challenge: Improbable Maze
- 25 days ago
Well done for getting that far!
The message "Too slow!" is a clue that reveals that the time limit is so short that no human can manually copy and paste the token fast enough...but a script can 😉
You can use a python script to fetch the token, create the JSON payload, send the POST request to the endpoint, and print the server's final response.
Once you do this, the flag will be printed on your screen. 🤩
Well done for getting that far!
The message "Too slow!" is a clue that reveals that the time limit is so short that no human can manually copy and paste the token fast enough...but a script can 😉
You can use a python script to fetch the token, create the JSON payload, send the POST request to the endpoint, and print the server's final response.
Once you do this, the flag will be printed on your screen. 🤩