jwt-fuzzer icon indicating copy to clipboard operation
jwt-fuzzer copied to clipboard

JWT fuzzer

JSON Web Token Fuzzer

jwt-fuzzer is a simple command line tool that creates multiple, potentially invalid, strings from an initial JSON Web Token.

Installation

$ pip install -r requirements.txt

Usage

$ ./jwt-fuzzer --jwt={JSON Web Token} --output out.json
Generating test JSON Web Tokens...
Done!

Once the output file is generated you'll usually send the modified JWT using the utils/sender tool, which you'll have to customize for your specific case.