Forum Discussion

RockyRC's avatar
RockyRC
Icon for Bronze II rankBronze II
26 days ago
Solved

Advanced CTF Challenge: Improbable Maze

I have the token from the POST but when I put in under Repeater and change the key value to 4, 4, like what was shown in the live training session, I only receive back the response: Too Slow. Not su...
  • Nneka_AN's avatar
    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. 🤩