https://github.com/alpkeskin/fjwt
An another JWT cracker but really fast!
https://github.com/alpkeskin/fjwt
brute-force cracker hacking jwt jwt-cracker jwt-decode pentest
Last synced: 11 months ago
JSON representation
An another JWT cracker but really fast!
- Host: GitHub
- URL: https://github.com/alpkeskin/fjwt
- Owner: alpkeskin
- License: mit
- Created: 2023-01-22T18:21:47.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-01-26T19:02:19.000Z (over 3 years ago)
- Last Synced: 2025-06-03T16:11:57.278Z (12 months ago)
- Topics: brute-force, cracker, hacking, jwt, jwt-cracker, jwt-decode, pentest
- Language: Go
- Homepage:
- Size: 7.81 KB
- Stars: 11
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://go.dev/)
# fjwt
An another JWT cracker but really fast!!! and simple :)
## Installation
```
go install -v github.com/alpkeskin/fjwt@latest
```
## Usage
```
fjwt eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOiIxMjM0NTY3ODkwIiwibmFtZSI6IkpvaG4gRG9lIiwiaWF0IjoxNTE2MjM5MDIyfQ.mAHLIQfIMpXcoErtJMEeH2eFX93iC3uzbkgrj72OvtY -w WORDLIST_PATH
```
### Output
```
=====================================
[FOUND] Secret: securepsw1
Attempts: 815176
Elapsed: 2s
=====================================
```
### `--help`
```
An another JWT cracker but really fast!
Usage:
fjwt [JWT] -w [WORDLIST]
Examples:
fjwt ey... -w wordlist.txt -t 10
Flags:
-h, --help help for fjwt
-t, --threads int Number of threads (default 10)
-v, --version version for fjwt
-w, --wordlist string Wordlist path
```
### Roadmap
- [ ] Pause feature will be added.
- [ ] Alphabet feature will be added for cracking process.