Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jmaxxz committed Dec 27, 2014
1 parent b2f50e9 commit 862d096
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
jwtbrute
========

Brute forcing jwt tokens signed with HS256 since 2014

Example Usage
```batch
echo secret| jwtbrute.exe eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJzdWIiOjEyMzQ1Njc4OTAsIm5hbWUiOiJKb2huIERvZSIsImFkbWluIjp0cnVlfQ.eoaDVGTClRdfxUZXiPs3f8FmJDkDE_VCQFXqKxpLsts
```
Output
> Secret was: secret

0 comments on commit 862d096

Please sign in to comment.