Skip to content

Commit a0c2ea0

Browse files
authored
fixed typos
1 parent 193abc3 commit a0c2ea0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Web Exploitation/Java Code Analysis/Java-code-analysis.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ Copy it and go to the [this website](https://jwt.io/). Let's decode it like this
5959

6060
So, `userId` is `1`.
6161

62-
Now let's encode out JWT token with role `Admin`:
62+
Now let's encode our JWT token with role `Admin`:
6363

6464
![Screenshot of the jwt](8.jpg)
6565

@@ -81,7 +81,7 @@ Request:
8181

8282
![Screenshot of the postman](11.jpg)
8383

84-
Out id is `6`.
84+
Our id is `6`.
8585

8686
Now let's patch our role:
8787

@@ -91,4 +91,4 @@ Now we are `Admin` - just login and read the flag:
9191

9292
![Screenshot of the postman](13.jpg)
9393

94-
![Screenshot of the postman](14.jpg)
94+
![Screenshot of the postman](14.jpg)

0 commit comments

Comments
 (0)