Skip to content

Rathank-Dev/OTP-exploiter

Repository files navigation

OTP-exploiter V0.1

OTP Hash Generator & Exploiter for Security Research


Overview

OTP-exploiter is a professional Python utility designed for security researchers to analyze and bypass weak authentication systems. It specifically targets BCrypt-hashed OTP (One-Time Password) codes commonly found in enrollment and registration APIs.

Screenshots (Exploiter)

Interface Brute Force

##Features

  • Dual Mode: Generate local wordlists or live-exploit a specific hash.
  • Multicore Processing: Utilizes ProcessPoolExecutor to maximize CPU usage against the slow BCrypt algorithm.
  • Support: Fully supports both 4-digit and 6-digit OTP lengths.
  • Custom Salt: Supports custom salt injection for specific targets.

#Installation

git clone https://github.com/Rathank-Dev/OTP-exploiter.git

#Navigate to the directory

cd OTP-exploiter

Install dependencies

pip install bcrypt

📥 Download Pre-generated Wordlist

If you don't want to wait for the generator, you can download the ready-to-use 6-digit and 4-digit wordlist (BCrypt) from our releases page:

👉 Download Wordlist v0.1

Packages

 
 
 

Contributors

Languages