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)
- Host: GitHub
- URL: https://github.com/krishpranav/jwt-toolkit
- Owner: krishpranav
- Created: 2021-07-15T13:09:29.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-07-15T14:03:42.000Z (almost 5 years ago)
- Last Synced: 2025-03-04T13:46:26.929Z (over 1 year ago)
- Topics: go, golang, jwt, jwt-hack-go, jwt-hacking
- Language: Go
- Homepage:
- Size: 42 KB
- Stars: 3
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)
[](https://forthebadge.com)
# Installation
```
git clone https://github.com/krishpranav/jwt-toolkit
cd jwt-toolkit
go get
go build main.go
```