Skip to content

RootBugs/TEMP_BYPASS

Repository files navigation

TEMP BYPASS

A temporary email dashboard and utility toolkit — Gmail-style interface with anti-detection features.

License: MIT Python Flask


Overview

Temp Bypass is a feature-rich temporary email system with a web dashboard. It provides disposable email addresses, inbox checking, and various anti-detection utilities for privacy-conscious users.


Features

  • 📧 Temporary Email Addresses — Generate disposable email addresses on demand
  • 📥 Inbox Checking — Real-time inbox monitoring via web dashboard
  • 🎭 Gmail Dot/Plus Trick — Undetectable alias generation for Gmail addresses
  • 🔄 Proxy Rotation — Rotate through proxies to avoid IP-based blocking
  • 🧪 User-Agent Rotation — Randomize browser fingerprints per request
  • 🛡️ Rate Limit Protection — Smart throttling to avoid API bans
  • 🔐 API Key Authentication — Secure dashboard access with auto-generated keys
  • 🌐 Web Dashboard — Gmail-style UI built with Flask + HTML templates

Quick Start

Prerequisites

  • Python 3.8+
  • pip (Python package manager)

Installation

# Clone the repository
git clone https://github.com/RootBugs/TEMP_BYPASS.git
cd TEMP_BYPASS

# Install dependencies
pip install flask requests

# Run the dashboard
python tempmail.py

The dashboard will be available at http://localhost:5000.


Scripts

File Description
tempmail.py Main Flask dashboard — Gmail-style tempmail UI
_engine.py Core engine — email generation, inbox checking, proxy rotation
tk.py Additional toolkit utilities
toolkit.py Helper functions and utilities

Dashboard

The web dashboard provides:

  • Inbox View — See all received emails in a Gmail-style layout
  • New Address — Generate fresh temporary email addresses
  • Auto-Refresh — Automatically checks for new emails
  • API Key — Auto-generated key for authenticated access

Anti-Detection Features

  • Gmail Dot Trick: first.last@gmail.comf.i.r.s.t.l.a.s.t@gmail.com
  • Gmail Plus Trick: first.last+alias@gmail.com
  • Proxy Rotation: Automatically switches proxies between requests
  • User-Agent Spoofing: Randomizes browser fingerprint headers
  • Rate Limiting: Smart delays and throttling to avoid detection

Project Structure

TEMP_BYPASS/
├── tempmail.py       # Flask web dashboard (main entry point)
├── _engine.py        # Core email and proxy engine 
├── tk.py             # Toolkit utilities
├── toolkit.py        # Helper functions
└── LICENSE           # MIT License

License

This project is licensed under the MIT License. See the LICENSE file for details.

About

Advanced tempmail dashboard and anti-disposable-email toolkit with Gmail dot trick and CLI utilities

Topics

Resources

License

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors