doxing-emulator

Crates.iodoxing-emulator
lib.rsdoxing-emulator
version0.1.5
created_at2025-07-06 01:38:11.045279+00
updated_at2025-07-23 02:07:24.009867+00
descriptionDoxing emulator
homepage
repositoryhttps://github.com/PRO-2684/doxing-emulator
max_upload_size
id1739661
size87,280
PRO (PRO-2684)

documentation

README

doxing-emulator

GitHub License GitHub Workflow Status GitHub Release GitHub Downloads (all assets, all releases) Crates.io Version Crates.io Total Downloads docs.rs

Telegram doxing emulator. You can find me at @DoxingEmulatorBot.

📥 Installation

Using binstall

cargo binstall doxing-emulator

Downloading from Releases

Navigate to the Releases page and download respective binary for your platform. Make sure to give it execute permissions.

Compiling from Source

cargo install doxing-emulator

🛠️ Setup

🤖 Bot

  1. Go to @BotFather and create a bot.
  2. Enable Inline Mode and disable Privacy Mode.
    • By enabling inline mode, you can dox in any chat via inline queries.
    • By disabling privacy mode, the bot can know who you've replied with a /dox command, so it can dox him for you.
  3. Customize name, description etc. as u wish.

⚙️ Configuration

The configuration file is in the format of TOML, with the following key(s):

  • token: The token for the bot.

▶️ Running

doxing-emulator path/to/config.toml

If the path is not specified, defaults to config.toml.

📖 Usage

  • /dox <user_id> - doxes the user with provided user id
  • Reply a message with /dox - doxes the sender of the replied message
  • Forward a message to the bot - doxes the sender of the forwarded message
  • Inline query - doxes the user with provided user id
Commit count: 0

cargo fmt