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: