JWTCracker

command module
v0.0.0-...-c0bd646 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 5, 2020 License: MIT Imports: 8 Imported by: 0

README

JWTCracker

JWTCracker is a very simple command line application used to look for JWT secret using brute force method.

This library is created purely for learning pouropses- if you are looking for real tool for cracking JSON Web Token you should probably take a look on Hashcat, JohnTheRipper, or c-jwt-cracker.

Usage

The application takes JWT as the only argument- it should automatically detect used alghoritm and start looking for the valid signature.

Without building
go run . <jwt-you-want-to-crack>
Building the library first
go build .
./<name of the created executable> <jwt-you-want-to-crack>

Supported alghoritms

  • HS256
  • HS384
  • HS512

Contributors:

Thanks to u/gnisten_ for fixing header recognition.

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL