Persistence

Personal Rating: Medium

Since I did the CTF with a friend, I did not solve all challenges myself. This one was solved by him.

The text says you might get the flag after 1000 tries to GET /flag I guess a bash script that sends a curl request 1001 times, followed by a grep over the result will do the trick.

Said friend wrote a PHP script that sends the request a 1000 times and searches for HTB in the output.

Last updated