Forum Discussion
Advanced CTF Challenge: Improbable Maze
- 5 months 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. 🤩
- RockyRC4 months agoBronze II
Thanks for the feedback and assistance. I was able to complete this challenge.
- Nneka_AN4 months ago
Ambassador
That is awesome! Brilliantly done! I'm sure it felt good to complete it 🤩 Looking forward to seeing how you get on with the other labs, especially the serial maze 😁