Well this is the write up regarding the beginners CTF which was held recently..Got over yesterday but still you can solve the challenges as the site is live..
Website : http://zeromutarts.de
Question :
HTTP codes are kinda fun
Link
The challenge is about Http error codes.So lets dig in deep what is error 404 from our friend wikipedia.
http://en.wikipedia.org/wiki/HTTP_404
well it tells us that "It is the webpage when user tries to access dead link or broken link".
So just try some random page like login.php..
http://zeromutarts.de:8080/login.php
this would result in :
414 is so much better...
so now search what is 414 error,its nothing but a huge link.try randomly giving something and you would land up in flag..
something like this : http://zeromutarts.de:8080/loginajsdnjsakndakjsdnaskjdnsadniweeuwihnwefjsdnsjdnvjkdsniuwksdnvkjsnvrkjsdvn.php
Now you will see the flag :
flag{sometimes_error_codes_are_just_a_teapot}
Website : http://zeromutarts.de
Question :
HTTP codes are kinda fun
Link
The challenge is about Http error codes.So lets dig in deep what is error 404 from our friend wikipedia.
http://en.wikipedia.org/wiki/HTTP_404
well it tells us that "It is the webpage when user tries to access dead link or broken link".
So just try some random page like login.php..
http://zeromutarts.de:8080/login.php
this would result in :
404 - Not Found
414 is so much better...
so now search what is 414 error,its nothing but a huge link.try randomly giving something and you would land up in flag..
something like this : http://zeromutarts.de:8080/loginajsdnjsakndakjsdnaskjdnsadniweeuwihnwefjsdnsjdnvjkdsniuwksdnvkjsnvrkjsdvn.php
Now you will see the flag :
flag{sometimes_error_codes_are_just_a_teapot}
No comments:
Post a Comment
enter valid comments.Suggestions are most welcome and would be interested in correcting my mistakes.