juice-shop / multi-juicer

Host and manage multiple Juice Shop instances for security trainings and Capture The Flags
Apache License 2.0
275 stars 132 forks source link

how to get scores of all teams #247

Closed 007divyachawla closed 2 months ago

007divyachawla commented 2 months ago

Hello Sir,

I have created 50 teams, but in the score-board i can show top 24, is there any ways i can get the details of the rest 26 teams with the score and number of challenges solved.

Thanks and Regards, Vicky Chawla

J12934 commented 2 months ago

You can get the scores of all teams by looking at the multijuicer annotations on the Kubernetes deployments used for the teams.

kubectl get deployments -oyaml

Then look for the multijuicer annotations. There should be a annotation with all solved challenges (and one with the score afair)