JWT Tools & Prevention
Tools of the Trade
git clone https://github.com/ticarpi/jwt_tool cd jwt_tool pip3 install -r requirements.txt python3 jwt_tool.py -hpython3 jwt_tool.py <jwt>python3 jwt_tool.py -C -d /path/to/wordlist.txt <jwt>python3 jwt_tool.py -X a -pc isAdmin -pv true -I <jwt>python3 jwt_tool.py -X s -ju <url> <jwt>
Vulnerability Prevention Checklist
Last updated