What's Up ?

Category: Web - Points: 46 - Solves: 11 Description: Find the Flag in the files of the website

Infos: To preserve the health of the server, brute-force tools such as Gobuster are not allowed. http://davincicode.fr:5000/

Hints: Request Headers & admin portal

Solution: To solve this challenge you need to examine the requests sends to the server and her responses. To do that you need to use OWASP ZAP. So the challenge is decomposed in 2 steps :

  1. Display the site tree for finding the admin portal page URL

Admin Portal URL Once find, you can go this URL but you are stopped because you are not an admin. To change that, you need to update your requests and cookies for change the user type (normal by admin)

  1. Update the user type (normal by admin)

You have discovered the FLAG in the code of the page and is also displayed on the website.

🚩 FLAG
DVC{c00k1ng_m4m4_l0v3s_s0me_c00k1es}

Last updated