Finding the Score board in Juicebox Link to heading

Installation Link to heading

The Installation has many options. The method i followed is packaged distribution installation.

Download the latest package from [here](Release v13.3.0 · juice-shop/juice-shop · GitHub).

juice

For More details on other installation, can refer the[ github ](GitHub - juice-shop/juice-shop: OWASP Juice Shop: Probably the most modern and sophisticated insecure web application)page.

The home page after installation looks like this:

juice

Its not like typical hackthebox challenges. We need to first figure out the questions/challenges by ourself.

Finding the Challenge Page/score Board Link to heading

As mentioned its not a typical hackthe box challenge, we need to find the questions/challenges first.

The first page menu looks like this:

juice

There is no score board or challenge menu.

Once you inspect the code from any browser and search for “score” you will be able to see some references like this

juice

You can access the score board like this and we can see the challenges and score board.

juice

Link to heading