Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Spec of feature / options #1

Open
3 of 5 tasks
hahwul opened this issue Jul 2, 2020 · 1 comment
Open
3 of 5 tasks

Spec of feature / options #1

hahwul opened this issue Jul 2, 2020 · 1 comment
Labels
documentation Improvements or additions to documentation

Comments

@hahwul
Copy link
Owner

hahwul commented Jul 2, 2020

기능

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

모드

$ jwt-hack 
@hahwul hahwul added the documentation Improvements or additions to documentation label Jul 2, 2020
@hahwul
Copy link
Owner Author

hahwul commented Jul 5, 2020

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

1 participant