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
818 stars 136 forks source link

Linux support #513

Open xxcosita3czxx opened 2 months ago

xxcosita3czxx commented 2 months ago

Is your feature request related to a problem? Please describe. Well its nice we can compile it for windows using wine, but what if i want to target linux itself

Describe the solution you'd like Way to compile it and build it as elf, with the support. I could make some parts available to the linux (x11 windows, maybe wayland support, anything terminal related, camera and removal of the script itself). I know pretty many places in linux people just dont look into

xxcosita3czxx commented 2 months ago

If it gets aprooved i can add the support to main script tru pull requests

DuckyPolice commented 2 months ago

(i am a linux user i hate windows) this is a good idea, but the fact that there are so many different distros makes it hard. you would need it to autodetect the distro and unpack one of a lot of different malware for that distro. the file size would be massive and would be very complex. but i agree, once you have it going, since there is no antivirus it most likely won't be stopped. but it requires reprogramming the client several times.

xxcosita3czxx commented 2 months ago

Well i dont think it would be that much of a problem, because the basic file hiearchy must stay the same everywhere, every linux distro must have bin folder, dev, proc,sys,usr, etc...

Also about all linux distros use ELF binaries, in which we could include the libraries within, which wont be much of a problem. Also i checked the code and most of terminal based things should work. Only thing im worried about are desktops. Like arch, arch doesnt have any desktop preinstalled so it could be little problem. Yet it is indeed posible to use preinstalled libs for all linux pc's and /dev devices to add support for linux. From start it could be unstable and little hard, but in the end it will be possible to add it. With the file size, we could separate the linux malware and windows malware, so it wont be twice as big, so filesize also wont be a problem.

I just dont see a reason why not, we could make another branch and do tries there