A multi-threaded JWT brute-force cracker written in C. If you are very lucky or have a huge computing power, this program should find the secret key of a JWT token, allowing you to forge valid tokens. This is for testing purposes only, do not put yourself in trouble :)(Github)
下载依赖
OpenSSL
1
brew install openssl
下载项目
1 2
git clone https://github.com/brendan-rius/c-jwt-cracker.git cd c-jwt-cracker