lmammino / jwt-cracker

Simple HS256, HS384 & HS512 JWT token brute force cracker.
https://lmammino.github.io/jwt-cracker/
MIT License
1.05k stars 165 forks source link

It doesn't work if the dash is included in the alphabet #9

Closed chihiro888 closed 4 years ago

chihiro888 commented 5 years ago

It doesn't work if the dash is included in the alphabet I created the secret key as 'abc-' But I couldn't find the secret key

jwt-cracker "eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpZCI6IjkzaW1tbSIsInN5c3RlbSI6ImZyb250IiwiaWF0IjoxNTY0NTYwNjAwfQ.2ln1F_uMKeAFtEkFC-RL6nAzwQH5p_3q5ufy7GylndU" "abc-" 4

lmammino commented 5 years ago

hello @h4ppyy, thanks for reporting this. Would you like to submit a PR for fixing this issue?