Closed digitalarche closed 3 years ago
the problem is easy and not for CTF Extension I think that it is a bug on JuiceShop itself. The Api Snippets give this out file Json with threes bad entries and I try it more 5 times and it's the same.
In juiceShopUrl + '/snippets'
{ "challenges": [ "directoryListingChallenge", "accessLogDisclosureChallenge", "resetPasswordMortyChallenge", "changeProductChallenge", "registerAdminChallenge", "exposedMetricsChallenge", "fileWriteChallenge", "loginAdminChallenge", "loginBenderChallenge", "loginJimChallenge", "unionSqlInjectionChallenge", "dbSchemaChallenge", "noSqlReviewsChallenge", "forgedReviewChallenge", "noSqlCommandChallenge", "nippet", "start", ".*/", "redirectCryptoCurrencyChallenge", "redirectChallenge", "adminSectionChallenge", "scoreBoardChallenge", "tokenSaleChallenge", "resetPasswordBjoernOwaspChallenge", "resetPasswordBjoernChallenge", "resetPasswordJimChallenge", "resetPasswordBenderChallenge", "resetPasswordUvoginChallenge", "passwordRepeatChallenge", "restfulXssChallenge", "localXssChallenge", "xssBonusChallenge" ] }
This is not good : "nippet", "start", ".*/",
:bug: Bug report
Description
the problem is easy and not for CTF Extension I think that it is a bug on JuiceShop itself. The Api Snippets give this out file Json with threes bad entries and I try it more 5 times and it's the same.
In juiceShopUrl + '/snippets'
{ "challenges": [ "directoryListingChallenge", "accessLogDisclosureChallenge", "resetPasswordMortyChallenge", "changeProductChallenge", "registerAdminChallenge", "exposedMetricsChallenge", "fileWriteChallenge", "loginAdminChallenge", "loginBenderChallenge", "loginJimChallenge", "unionSqlInjectionChallenge", "dbSchemaChallenge", "noSqlReviewsChallenge", "forgedReviewChallenge", "noSqlCommandChallenge", "nippet", "start", ".*/", "redirectCryptoCurrencyChallenge", "redirectChallenge", "adminSectionChallenge", "scoreBoardChallenge", "tokenSaleChallenge", "resetPasswordBjoernOwaspChallenge", "resetPasswordBjoernChallenge", "resetPasswordJimChallenge", "resetPasswordBenderChallenge", "resetPasswordUvoginChallenge", "passwordRepeatChallenge", "restfulXssChallenge", "localXssChallenge", "xssBonusChallenge" ] }
This is not good : "nippet", "start", ".*/",
:microscope: Minimal Reproduction