Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 380 Bytes

README.md

File metadata and controls

12 lines (10 loc) · 380 Bytes

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

Installation

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