Releases: BigglesDevs/InfoThief
v1.2.2
🎉 Release v1.2.2 - "New Features & Fixes!" 🚀
Date: October 30, 2024
🔧 What's New:
-
Enhanced Data Retrieval: Improved the
get_token
function to support additional platforms! 🌐 -
Bug Fixes:
- Fixed a critical issue causing crashes on token decryption! 🐞
- Resolved various minor bugs for a smoother experience! 🛠️
-
New Features:
- Added support for new Discord API endpoints! 📡
- Integrated enhanced error logging for better debugging! 📜
📝 Changelog:
- Added: More comprehensive error handling in the
decrypt
function! - Updated: Documentation and comments for better understanding! ✍️
🔗 Links:
- Repository: GitHub Link
- Download: Available in the
dist
folder after compilation! 💾
💬 Feedback:
- We love hearing from you! Please share your thoughts and suggestions! 💖
🌟 Thank you for your continued support! Let's keep making this tool awesome together! 🥳
v1.0.0
InfoThief - A Tool for Information Gathering 🕵️♂️
🔥 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.
🚀 Getting Started
Prerequisites
- Python 3.x installed on your system.
- MongoDB instance (for storing gathered data).
- PyInstaller (for compiling scripts into EXE format).
- Colorama, pyfiglet, requests, and other dependencies (listed in
requirements.txt
).
Installation
-
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
-
Configure MongoDB connection:
Ensure that your MongoDB URI is correctly stored in the external configuration (e.g., fetched from Pastebin).
Running the Script
To launch InfoThief, use the following command:
python main.py
🛠️ Usage
Main Menu Options:
-
Test InfoThief (On Self):
- Gathers information from your own system and sends the data to a specified Discord webhook.
- Displays and stores information in MongoDB.
-
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.
🔒 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.
📄 License
This project is licensed under the MIT License - see the LICENSE file for details.
📞 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.
InfoThief: Made by BigglesDevelopment❤️.
Keep learning, stay secure! 😊