You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A lightweight, CPU-based JWT signature brute force tool written in Go.
4
+
5
+
## Overview
6
+
7
+
JWTHammer provides an alternative to GPU-based tools like Hashcat for cracking JWT signatures. It's designed to be simple, efficient, and work on systems without dedicated graphics hardware.
Performance depends on your CPU and the size of your wordlist. JWTHammer automatically uses multiple workers to utilize available CPU cores.
46
+
47
+
## Disclaimer
48
+
49
+
This tool is intended for security testing and educational purposes only. Always obtain proper authorization before testing security on any system you don't own.
0 commit comments