An open API service indexing awesome lists of open source software.

https://github.com/krishpranav/jwt-toolkit

A simple go tool for security testing to jwt. supported en/decoding JWT, generate payload for JWT attack and very fast cracking(dictionary/brutefoce)
https://github.com/krishpranav/jwt-toolkit

go golang jwt jwt-hack-go jwt-hacking

Last synced: about 1 year ago
JSON representation

A simple go tool for security testing to jwt. supported en/decoding JWT, generate payload for JWT attack and very fast cracking(dictionary/brutefoce)

Awesome Lists containing this project

README

          

# jwt-toolkit
A simple go tool for security testing to jwt. supported en/decoding JWT, generate payload for JWT attack and very fast cracking(dictionary/brutefoce)

[![forthebadge](https://forthebadge.com/images/badges/made-with-go.svg)](https://forthebadge.com)

# Installation
```
git clone https://github.com/krishpranav/jwt-toolkit
cd jwt-toolkit
go get
go build main.go
```