jwt-bf

1.0.2 • Public • Published

jwt-bf : Json Web Token (JWT) brute force

jwt brute force cracker via node js. supports dictionary attacks against HS256.

Usage:
    jwt-bf <token> <wordlist>
    token       the full HS256 jwt token to crack
    wordlist    wordlist dictionary file

Install

npm install --global jwt-bf

Usage

jwt-bf <token> <wordlist>

Example

jwt-bf /path/to/token.txt /path/to/wordlist.txt

Example Result

SECRET FOUND: 1234
Time taken (sec): 0.006
Attempts: 4

Package Sidebar

Install

npm i jwt-bf

Weekly Downloads

0

Version

1.0.2

License

MIT

Unpacked Size

3.49 kB

Total Files

5

Last publish

Collaborators

  • puwanai-s