From 277246af01cbfde7ea56805a0161b92909001624 Mon Sep 17 00:00:00 2001 From: paul-ion Date: Wed, 30 Aug 2023 16:07:10 -0400 Subject: [PATCH] Fix typo --- .../lessons/secondDegreeBlackBelt/owasp2017brokenauth.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/trainingportal/static/lessons/secondDegreeBlackBelt/owasp2017brokenauth.html b/trainingportal/static/lessons/secondDegreeBlackBelt/owasp2017brokenauth.html index b116f2f9..f598bd3d 100644 --- a/trainingportal/static/lessons/secondDegreeBlackBelt/owasp2017brokenauth.html +++ b/trainingportal/static/lessons/secondDegreeBlackBelt/owasp2017brokenauth.html @@ -55,7 +55,7 @@
Challenge Tips and Tricks
}; - Pay attention to the structure of the decoded Test account. Change the properties of the java object to an account with more permissions. + Pay attention to the structure of the decoded test account. Change the properties of the javascript object to an account with more permissions.
In Node.JS you can generate JWT tokens with a script like this: