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

Spec of feature / options

Open hahwul opened this issue 5 years ago • 1 comments

기능

  • [ ] Show JWT info => e.g convert expire time
  • [x] Signature secret Bruteforce
  • [x] Signature secret Dictionary attack
  • [x] None algorithm testing
  • [ ] Key confusion

모드

$ jwt-hack 

hahwul avatar Jul 02 '20 16:07 hahwul

commands & options

$ jwt-hack encode
 --secret=thisissecretkey

$ jwt-hack decode

$ jwt-hack crack
 --wordlist=file.lst
 --lmin=1
 --lmax=10
 --chars=abcdefg12345
 --concurrency=200
 --power (use your all cpu)

$ jwt-hack payloads
 --cert=./file.pem

hahwul avatar Jul 05 '20 06:07 hahwul