jwt-hack
Token cracker
A tool for testing and cracking JSON Web Tokens (JWTs) using brute-force and dictionary attacks.
🔩 jwt-hack is tool for hacking / security testing to JWT. Supported for En/decoding JWT, Generate payload for JWT attack and very fast cracking(dict/brutefoce)
763 stars
16 watching
102 forks
Language: Go
last commit: 6 months ago
Linked from 1 awesome list
bugbountycrackinghackinghacktoberfestjwtpayload-generatorsecuritytesting-toolstool
Related projects:
Repository | Description | Stars |
---|---|---|
flibustier/jwt-online-cracker | An online tool for brute-forcing JSON Web Tokens (JWT) using client-side JavaScript | 5 |
lmammino/jwt-cracker | A tool designed to guess the secret behind JWT tokens with weak secrets | 1,039 |
wallarm/jwt-heartbreaker | A tool to check JWT tokens for potential security issues by verifying token keys against publicly known sources | 124 |
zaubrik/djwt | Provides utilities and functions for creating, verifying, and decoding JSON Web Tokens (JWTs) using cryptographic algorithms. | 228 |
hegusung/webhashcat | A web-based password cracking tool that facilitates distributed cracking sessions and provides analytics capabilities. | 291 |
restuwahyu13/jwt-transform | Tools for transforming and decrypting JSON Web Tokens using encryption algorithms | 18 |
kingsabri/jwtear | A command-line tool for parsing and manipulating JSON Web Tokens | 99 |
jakewnuk/ptt | A versatile utility designed to facilitate password cracking by applying custom rules and transformations to input data | 21 |
gildedhonour/frank_jwt | An implementation of JSON Web Tokens in Rust. | 252 |
ticarpi/jwt_tool | A toolkit for testing and analyzing JSON Web Tokens for security vulnerabilities | 5,451 |
keats/jsonwebtoken | A Rust library for generating and verifying JSON Web Tokens | 1,702 |
mike-engel/jwt-cli | A CLI tool to work with JSON Web Tokens | 1,108 |
brianvoe/sjwt | A simple Go library for generating and validating JSON Web Tokens with HMAC SHA-256 signature | 119 |
joswr1ght/cowpatty | A tool for cracking WPA-PSK passphrases using brute-force dictionary attacks | 190 |
bastiaanjansen/jwt-java | A Java library implementing JSON Web Tokens according to the RFC 7519 standard | 11 |