Skip to content

hakaioffsec/jwt-vulnerabilities-lab

Repository files navigation

JWT Vulnerabilities - Lab

This lab was developed to explain vulnerabilities in the JWT signature system.

Implemented vulnerabilities.

  • Weak Secret
  • None Attack
  • KID Header Injection - SQL Injection and Path Traversal
  • JKU Header Injection
  • Algorithm Confusion

Setup

Run the commands below to initialize the lab:

git clone https://github.com/hakaioffsec/jwt-vulnerabilities-lab.git
cd jwt-vulnerabilities-lab
docker build . -t jwt-vuln-lab-hakai
docker run -d -p 8000:8000 -it jwt-vuln-lab-hakai

Accessing the lab: JWT Lab

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published