reccon

Description

I heard you like memes, so we had a surprise for you. Enjoy !!

Flag format: CTF{sha256}


The challenge name is reccon, so let's get some info about this website. Since we have nothing on this page I start with fuzzing.

I found the index.php and a login page, but when I try to access the login page, nothing happens. So let's continue with fuzzing. I try to see if it is a GET parameterwith ffuf.

I want to get better at Python, so I wrote a code to find the correct parameter.

Flag

Last updated