@ -26,9 +26,15 @@ jwt-refresh-alg-none=Nicely found! You solved the assignment with 'alg: none' ca
|
||||
jwt-final-jerry-account=Yikes, you are removing Jerry's account, try to delete the account of Tom
|
||||
jwt-final-not-tom=Username is not Tom try to pass a token for Tom
|
||||
|
||||
jwt-final-hint1=Take a look at the token and specifically and the header
|
||||
jwt-final-hint2=The 'kid' (key ID) header parameter is a hint indicating which key was used to secure the JWS
|
||||
jwt-final-hint3=The key can be located on the filesystem in memory or even reside in the database
|
||||
jwt-final-hint4=The key is stored in the database and loaded while verifying a token
|
||||
jwt-final-hint5=Using a SQL injection you might be able to manipulate the key to something you know and create a new token.
|
||||
jwt-final-hint6=Use: hacked' UNION select 'deletingTom' from INFORMATION_SCHEMA.SYSTEM_USERS -- as the kid in the header and change the contents of the token to Tom and hit the endpoint with the new token
|
||||
jwt-jku-hint1=Take a look at the token and specifically and the header
|
||||
jwt-jku-hint2=The 'jku' (key ID) header parameter is a hint indicating which key is used to verify the JWS
|
||||
jwt-jku-hint3=Could you use WebWolf to host the public key as a JWKS?
|
||||
jwt-jku-hint4=Create a key pair and sign the token with the private key
|
||||
jwt-jku-hint5=Change the JKU header claim and point it to a URL which hosts the public key in JWKS format.
|
||||
|
||||
jwt-kid-hint1=Take a look at the token and specifically and the header
|
||||
jwt-kid-hint2=The 'kid' (key ID) header parameter is a hint indicating which key was used to secure the JWS
|
||||
jwt-kid-hint3=The key can be located on the filesystem in memory or even reside in the database
|
||||
jwt-kid-hint4=The key is stored in the database and loaded while verifying a token
|
||||
jwt-kid-hint5=Using a SQL injection you might be able to manipulate the key to something you know and create a new token.
|
||||
jwt-kid-hint6=Use: hacked' UNION select 'deletingTom' from INFORMATION_SCHEMA.SYSTEM_USERS -- as the kid in the header and change the contents of the token to Tom and hit the endpoint with the new token
|
||||
|
Reference in New Issue
Block a user