Skip to content

Commit

Permalink
Merge pull request KathanP19#83 from th3cyb3rc0p/patch-1
Browse files Browse the repository at this point in the history
Update Easy_JWT_Methods.md
  • Loading branch information
KathanP19 authored Oct 4, 2020
2 parents d1971f0 + a729295 commit 7f941ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions JWT/Easy_JWT_Methods.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,10 @@
2) Inspect the token
3) Base64 decode the header
4) If any Kid= parameter are there so you can find some bugs
5) Using that parameter u can also find directory traversal , i tell you how
5) Using that parameter you can also find directory traversal , i tell you how
6) Change that kid= parameter with you directory traversal payload
7) Change payload {"user":"admin"}
8) Creste a paython script that generate a exploit token. (If you want that script so dm me in Twitter )
8) Create a python script that generate a exploit token. (If you want that script so dm me in Twitter )
9) Put that token and reload the page
10) Done
```
Expand Down

0 comments on commit 7f941ff

Please sign in to comment.