Skip to content

Commit 522c1e0

Browse files
carlospolopgitbook-bot
authored andcommitted
GitBook: [master] 436 pages modified
1 parent 417cfff commit 522c1e0

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pentesting-web/hacking-jwt-json-web-tokens.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,9 @@ python3 jwt_tool.py -d wordlists.txt <JWT token>
5959

6060
#https://github.com/brendan-rius/c-jwt-cracker
6161
./jwtcrack eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJkYXRhIjoie1widXNlcm5hbWVcIjpcImFkbWluXCIsXCJyb2xlXCI6XCJhZG1pblwifSJ9.8R-KVuXe66y_DXVOVgrEqZEoadjBnpZMNbLGhM8YdAc 1234567890 8
62+
63+
#https://github.com/mazen160/jwt-pwn
64+
python3 jwt-cracker.py -jwt eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJkYXRhIjoie1widXNlcm5hbWVcIjpcImFkbWluXCIsXCJyb2xlXCI6XCJhZG1pblwifSJ9.8R-KVuXe66y_DXVOVgrEqZEoadjBnpZMNbLGhM8YdAc -w wordlist.txt
6265
```
6366

6467
## Modify the algorithm to None \(CVE-2015-9235\)

0 commit comments

Comments
 (0)