We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 193abc3 commit a0c2ea0Copy full SHA for a0c2ea0
Web Exploitation/Java Code Analysis/Java-code-analysis.md
@@ -59,7 +59,7 @@ Copy it and go to the [this website](https://jwt.io/). Let's decode it like this
59
60
So, `userId` is `1`.
61
62
-Now let's encode out JWT token with role `Admin`:
+Now let's encode our JWT token with role `Admin`:
63
64

65
@@ -81,7 +81,7 @@ Request:
81
82

83
84
-Out id is `6`.
+Our id is `6`.
85
86
Now let's patch our role:
87
@@ -91,4 +91,4 @@ Now we are `Admin` - just login and read the flag:
91
92

93
94
-
+
0 commit comments