Admin Section - DuckyMomo20012/owasp-juice-shop GitHub Wiki

Admin Section

Difficulty: :star2::star2:

Description: Access the administration section of the store.

Category:

Tags: Good for Demos

Solution:

Just like the way I found the Scoreboard path, I opened DevTool and look out for the file main.js, then searched for the admin or administration path:

finding admin URL path

And access the URL /administration:

admin URL path

NOTE: You have to log in with an admin account first.