You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> Information and code provided on this repository are for educational purposes only. The creator is no way responsible for any direct or indirect damage caused due to the misusage of the information. Everything you do, you are doing at your own risk and responsibility.
16
35
17
-
This section has been moved to [our wiki page](https://github.com/mategol/PySilon-malware/wiki).
36
+
--------------------
37
+
38
+
# Features
39
+
### PySilon malware can do plenty of things, like:
40
+
- handle multiple PCs (not only one, like in most of the cases)
41
+
- UAC Bypass (gain *Administrative permissions* on startup)
42
+
- log every key pressed on *keyboard*
43
+
- take *screenshots* anytime you want
44
+
- record *screen* anytime you want
45
+
- take images from *webcam*
46
+
-*block* the *mouse* and *keyboard*
47
+
- steal saved *WiFi* passwords
48
+
- record *microphone* input (24/7) and save it in *.wav* files
49
+
- stream live *microphone* input on voice channel
50
+
- browse *files* on target PC
51
+
- upload and download *files* from target PC
52
+
- grab *history*, *cookies* and *passwords* saved in web browsers
53
+
- grab *discord tokens* and system information
54
+
- browse and kill running *processes*
55
+
- execute files
56
+
- replace copied *crypto currency wallet* addresses to your [configured] ones
57
+
- trigger *Blue Screen of Death*
58
+
- execute *fork bomb* (crash the PC)
59
+
-*Anti-VM* (PySilon wont run on Virtual Machines, f.ex.: VirtualBox, VMWare)
60
+
- run *CMD* commands
61
+
-***Debug Mode*** for easier testing and `contribution`
18
62
19
63
--------------------
20
64
21
-
## Donate
65
+
#Preparation<br />
22
66
23
-
If you like this project, you can donate to support us developing this malware. Donations help us spend more time working on this open-source project. All donations are greatly appreciated! :3
<ahref="https://github.com/mategol/pysilon-malware#setup">`Create Discord BOT and server`</a><br />
70
+
***Windows:***`Run the PySilon.bat either from Command Line or double clicking on it`<br />
71
+
***Linux:***`Run the PySilon.sh from Command Line`<br />
72
+
73
+
--------------------
74
+
75
+
# Available commands
76
+
<ahref="https://github.com/mategol/pysilon-malware#ss">`.ss`</a> - take screenshot at any time<br />
77
+
<ahref="https://github.com/mategol/pysilon-malware#ss">`.screenrec`</a> - record the screen for 15 seconds<br />
78
+
<ahref="https://github.com/mategol/pysilon-malware#ss">`.webcam`</a> - take a picture from connected webcam<br />
79
+
<ahref="https://github.com/mategol/pysilon-malware#ss">`.block-input`</a> - block the mouse and keyboard (`.unblock-input` to unblock it)<br />
80
+
<ahref="https://github.com/mategol/pysilon-malware#grab-what-to-grab">`.grab <what-to-grab>`</a> - grab for example saved passwords in web browsers<br />
81
+
<ahref="https://github.com/mategol/pysilon-malware#join">`.join`</a> - join voice-channel and stream live microphone input<br />
82
+
<ahref="https://github.com/mategol/pysilon-malware#pwd">`.pwd`</a> - show working directory<br />
83
+
<ahref="https://github.com/mategol/pysilon-malware#tree">`.tree`</a> - show tree of working directory<br />
84
+
<ahref="https://github.com/mategol/pysilon-malware#cd-directory">`.cd <dir>`</a> - change working directory<br />
85
+
<ahref="https://github.com/mategol/pysilon-malware#ls">`.ls`</a> - list content of working directory<br />
86
+
<ahref="https://github.com/mategol/pysilon-malware#upload-type-filename">`.upload <type> [name]`</a> - upload any file or zipped directory (also greater than 8MB ones) onto target PC<br />
87
+
<ahref="https://github.com/mategol/pysilon-malware#download-file-or-directory">`.download <file-or-dir>`</a> - download any file or zipped directory (also greater than 8MB ones) from target PC<br />
88
+
<ahref="https://github.com/mategol/pysilon-malware#show-what-to-show">`.show <what-to-show>`</a> - get list of running processes or available commands<br />
89
+
<ahref="https://github.com/mategol/pysilon-malware#kill-process-id">`.kill <process-id>`</a> - kill any running process<br />
90
+
<ahref="https://github.com/mategol/pysilon-malware#execute-file">`.execute <file>`</a> - run any file on target PC<br />
91
+
<ahref="https://github.com/mategol/pysilon-malware#ss">`.start-clipper`</a> - start crypto-clipper (swap crypto currency wallet addresses to your ones, `.stop-clipper` to stop it)<br />
92
+
<ahref="https://github.com/mategol/pysilon-malware#ss">`.bsod`</a> - trigger Blue Screen of Death<br />
embed=discord.Embed(title="🟢 Success",description='```Do you really want to kill process: '+processes_list[int(message.content[6:])].replace('`', '') +'\nReact with 💀 to kill it or 🔴 to cancel...```', colour=discord.Colour.green())
#.log Sent embed with confirmation of killing a process
128
+
reaction_msg=awaitmessage.channel.send('```Do you really want to kill process: '+processes_list[int(message.content[6:])].replace('`', '') +'\nReact with 💀 to kill it or 🔴 to cancel...```')
129
+
#.log Sent message with confirmation of killing a process
0 commit comments