UNPKG

jwt-secret

Version:

Bruteforce a JWT against a list of passwords

53 lines (52 loc) 948 B
{ "name": "jwt-secret", "version": "1.1.1", "description": "Bruteforce a JWT against a list of passwords", "license": "MIT", "repository": "timhudson/jwt-secret", "author": { "name": "Tim Hudson", "email": "tim.hudson15@gmail.com" }, "bin": { "jwt-secret": "cli.js" }, "engines": { "node": ">=4" }, "scripts": { "test": "xo && ava" }, "files": [ "cli.js", "index.js" ], "keywords": [ "jwt", "bruteforce", "crack", "password" ], "dependencies": { "binary-split": "^1.0.3", "chalk": "^1.1.3", "jwa": "^1.1.3", "jws": "^3.1.3", "log-update": "^1.0.2", "meow": "^3.7.0", "numeral": "^1.5.3", "ora": "^0.3.0", "through2": "^2.0.1" }, "devDependencies": { "ava": "^0.16.0", "execa": "^0.5.0", "jsonwebtoken": "^7.1.9", "xo": "^0.17.0" }, "xo": { "esnext": true, "space": true, "semicolon": false } }