Skip to content

ciastron/JWT_brute_force

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Brute Force JWT token

Author: Marco Brotto

This project aims to brute force a JWT token that is signed with the algorithm HS256 (a.k.a., HMAC SHA-256).

Installation

  1. Clone this repository: git clone https://github.com/ciastron/JWT_brute_force.git
  2. Change directory: cd JWT_brute_force
  3. Activate a virtual environment: python3 -m venv ./venv && source venv/bin/activate (to deactivate it deactivate)
  4. Install all the requirements: pip3 install -r requirements.txt

Usage

Exastive password list can be found here.

About

Brute Force JWT token

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages