• Stars
    star
    199
  • Rank 196,105 (Top 4 %)
  • Language
    Python
  • License
    GNU Affero Genera...
  • Created about 8 years ago
  • Updated about 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Crack the shared secret of a HS256-signed JWT

Crack a HS256, HS384 or HS512-signed JWT. You need PyJWT and tqdm for these scripts:

pip install PyJWT tqdm

crackjwt.py

crackjwt.py JWT dictionary.txt

Try to verify the signature on the JWT using all words in dictionary.txt (one per line).

jwt2john

jwt2john.py JWT

Convert a JWT to a format John the Ripper can understand.

John the Ripper now supports the JWT format, so converting the token is no longer necessary. John has a size limit on the data it will take. If you run into this limit, consider changing SALT_LIMBS in the source code.

More Repositories

1

jwtdemo

Practice hacking JWT tokens
PHP
107
star
2

checkmate

Checkmate MP3 Checker is a free program that checks MP3 files for errors.
C
92
star
3

messpostage

PostMessage extension
JavaScript
87
star
4

growatt_api_client

This Python script logs in to server.growatt.com and retrieves data on solar panels.
Python
67
star
5

tablefilter

Chrome extension to filter tables
JavaScript
15
star
6

crack-ezchatter-token

Crack php rand() state
C
13
star
7

encoded-js-trojan

JavaScript
10
star
8

dnscurve-python

Implementation of DNSCurve in python
Python
9
star
9

CsvReader

Fork of Sebastien Lorion's Fast CSV Reader
C#
9
star
10

calculator

PHP script which parses a simple mathematical expression and calculates the result.
PHP
9
star
11

protravel

Recursively exploit path traversal vulnerability
Python
7
star
12

autobaud

C++
7
star
13

get-rich-slowly

Automatisch beleggen in beleggingsfondsen
JavaScript
7
star
14

Sjord.github.io

PHP
5
star
15

tree-sitter-bicep

💪
C#
4
star
16

cartesianwords

Combine two wordlists and output every combination of a word from the first list followed by a word from the second list
Python
3
star
17

sprengel

Download an exposed .hg directory
Python
3
star
18

qicheng

A New Class of Unsafe Primes
Python
3
star
19

vulnbingo

Generate vulnerability bingo cards
Python
2
star
20

ignore-regex-in-diff

IntelliJ plugin that hides changes that contain certain regular expressions in the diff viewer
Kotlin
2
star
21

infosecbot

Python
2
star
22

matasano

My solutions to the matasano crypto challenges
Python
2
star
23

githubsearch

Python
2
star
24

CheckPasswordDictionary

C#
1
star
25

cartopars

Carto CSS parser
Rust
1
star
26

crack-kayako-token

PHP
1
star
27

londahl-close-factoring

Finding close-prime factorizations
Python
1
star
28

vmclip

Read/write the clipboard of the host OS from a guest OS running on VMWare
C
1
star
29

tutanospam

Client-side spam filter for Tutanota
JavaScript
1
star
30

ScoutsOffline

ScoutsOnline, alleen dan offline
C#
1
star
31

SyncBrowsing

Chrome extension to navigate in two tabs at once
JavaScript
1
star
32

CompareSecureStrings

https://www.sjoerdlangkemper.nl/2017/11/08/comparing-securestrings-in-dotnet/
C#
1
star
33

ExclusiveTimer

Timer to keep track of how much time you spent on each proejct
C#
1
star
34

funcgrep

ANTLR
1
star
35

csv2ical

Script that converts from a CSV file to an iCalendar file, to import birthdays into Google Calendar
PHP
1
star
36

ignore-foo-in-diff

IntelliJ plugin that hides changes that contain the word "foo" in the diff viewer
Kotlin
1
star