Skip to content

InfoThief a simple but robust python script for gathering peoples discord token and information. Please leave a star ๐Ÿ˜Š

License

Notifications You must be signed in to change notification settings

BigglesDevs/InfoThief

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

25 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

InfoThief Banner

InfoThief - A Tool for Information Gathering ๐Ÿ•ต๏ธโ€โ™‚๏ธ

License Last Commit GitHub stars GitHub forks GitHub issues Python

Welcome to InfoThief! This tool enables gathering and analyzing information from multiple platforms in one place. Itโ€™s designed for intelligence enthusiasts and security analysts to aggregate information for research and analysis purposes.

๐Ÿ”ฅ Features

  • Multi-Platform Information Extraction: Collect information across multiple applications and platforms.
  • Token Decryption: Decrypts encrypted tokens for further use and analysis.
  • Custom Webhook Notifications: Send data insights to a Discord channel through webhooks.
  • Compiles to EXE: Generate standalone executable scripts.
  • Interactive ASCII Header: Stylish ASCII art and interactive user interface.
  • Advanced Error Handling: Comprehensive error catching for robust execution.

๐Ÿ“ธ Screenshots & Previews

Home Menu Discord Webhook Preview

๐Ÿš€ Getting Started

Prerequisites

  1. Python 3.x installed on your system.
  2. PyInstaller (for compiling scripts into EXE format).
  3. Colorama, pyfiglet, requests, and other dependencies (listed in requirements.txt).
  4. Disable antivirus turn off your antivirus.

Installation (๐Ÿ›ก๏ธ If you have not turned your antivirus off it will not work make sure to disable it. ๐Ÿ›ก๏ธ)

  1. Clone the repository:

    git clone https://github.com/BigglesDevs/InfoThief.git
    cd InfoThief
  2. Create and Activate a Virtual Environment (venv): It is recommended to create a virtual environment to keep your project dependencies isolated. Follow these steps:

    python -m venv venv  # Create a virtual environment named 'venv'
    source venv/bin/activate  # Activate on macOS/Linux
    .\venv\Scripts\activate  # Activate on Windows

    Once activated, your terminal prompt will show (venv) to indicate that the virtual environment is active.

  3. Install dependencies:

    pip install -r requirements.txt

Running the Script

To launch InfoThief, use the following command:

python InfoThief.py

๐Ÿ› ๏ธ Usage

Main Menu Options:

  1. Test InfoThief (On Self):

    • Gathers information from your own system and sends the data to a specified Discord webhook.
  2. Create InfoThief (Distribute):

    • Allows you to create and distribute a personalized version of the script.
    • Customize the script with your webhook URL and optionally compile it into an executable.
  3. Exit:

    • Exits the script.

๐Ÿšจ Important Information ๐Ÿšจ

๐Ÿ”’ Security Disclaimer

This tool is intended for educational and research purposes only. Unauthorized use of this tool against systems, devices, or accounts without permission is illegal and unethical. The creators and contributors are not responsible for any misuse or damage caused by the use of this tool.

๐Ÿ“ข Important Notice

The creator of this project, BigglesDevelopment, is not involved in or responsible for any actions or data gathered using this tool. Any information sent or gathred using the tool is strictly the responsibility of the user. This was made for educational purpose only!

๐Ÿ“ž Support & Contributions

We welcome contributions! Feel free to fork this repository and submit a pull request. If you have any questions or need assistance, open an issue in the repository.

๐Ÿ“„ License

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


InfoThief: Made by BigglesDevelopmentโค๏ธ.

Keep learning, stay secure! ๐Ÿ˜Š