Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
JWTXposer — An advanced JWT extraction & decoding tool for bug bounty hunters! 🏴‍☠️ | Kitploit
Tools/GitHubGitHub/chaudharyarjun/jwtxposer
OSINT (Open Source Intelligence)ReconnaissanceInformation GatheringWeb Security
GitHubchaudharyarjun/jwtxposer

JWTXposer

An advanced JWT extraction & decoding tool for bug bounty hunters! 🏴‍☠️

View Repository
47151 year agoReviewed by Kitploit

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

JWTXposer

Automated JWT Discovery & Analysis Tool for Bug Bounty Hunters and Red Teamers

What Is JWTXposer?

image

JWTXposer is an automated reconnaissance tool that scans public archives like the Wayback Machine, extracts leaked JWT tokens, and decodes them to identify potentially exploitable information.

Built specifically for bug bounty hunters, red teamers, and CTF players, JWTXposer eliminates manual JWT hunting and highlights juicy claims like userId, access_token, scope, authType, etc. It performs automated passive recon, live endpoint analysis, and JWT decoding to extract juicy tokens that may lead to:

  • 🔓 Broken access control
  • 🔐 Privilege escalation
  • 🕵️‍♂️ Token replay attacks
  • 🧬 Weak signing key discovery

🔍 Why JWTXposer Exists

Many applications expose JWTs:

  • In old, archived endpoints (e.g. via Wayback Machine)
  • Inside query parameters or API paths
  • Embedded in URLs, JS files, or redirects

These tokens may still:

  • Be valid for replay
  • Contain sensitive claims (like roles, user IDs, access tokens)
  • Be improperly validated (alg: none, expired tokens accepted)

Features

  • Scrapes Wayback Machine for archived endpoints
  • Extracts JWTs from URLs, query strings, and path parameters
  • Automatically decodes** JWTs (no secret key required)
  • Highlights sensitive JWT claims** (userId, scope, authType, etc.)
  • Checks for live endpoints that are still accessible
  • Uses multi-threading for speed (configurable!)
  • Saves results in structured JSON output
  • Outputs colorized summary table using rich

Demo

Watch JWTXposer in action: JWTXP jwt2

Installation

Clone the repo

root@kitploit:~
git clone https://github.com/yourusername/JWTXposer.git
cd JWTXposer

Install Requirements

root@kitploit:~
pip install -r requirements.txt

Output

Results are saved in:

root@kitploit:~
jwt_results.json

Jwtxposer_Output

Upcoming Features

  • Token replay testing (auto)
  • Burp Suite plugin mode
  • GitHub / Google dorking module
  • JWT fuzzing (role, alg, scope)
  • Anomaly detection on tokens (ML-based)
Download Tool