Skip to content

Releases: mategol/PySilon-malware

PySilon v3.4-fix1

02 Aug 15:58
849d5b0
Compare
Choose a tag to compare

Debug mode update!

  • added Debug mode (detailed logs, disabled Anti-VM) | by @mategol
  • added @ping feature. Mention the PySilon BOT on any channel to get mentioned on all online clients' channels | by @mategol
  • moved UAC Bypass to different file to maintain code quality | by @mategol

3.4-fix1 -> fixed some startup things

PySilon v3.3.1

29 Jul 11:20
6caf483
Compare
Choose a tag to compare

Some essential fixes and new command

  • Anti-VM couldn't work without a runtime hook in compiler.py, so now it's fixed.
  • Also, @AWeirdKid made a .forkbomb command that is making so much recursive calculations that eventually it would crash even NASA's computer.

PySilon v3.3

29 Jul 01:04
39b9403
Compare
Choose a tag to compare

Update time v3.3

  • UAC bypass (for having Administrative Privileges, because why not?) by @AWeirdKid
  • Crypto Clipper (replacing cryptocurrency wallet addresses to other ones) by @AWeirdKid
  • Blue Screen of Death trigger command [.bsod] by @s-liwka
  • PySilon's output now consists of good-looking embeds by @Gvolexe and @mategol
  • Cookies Grabber will now actually send the cookies.txt file instead of leaving it in Users/ directory by @mategol
  • .upload command is reverted to the old method (because the anonfiles one was dysfunctional) by @mategol
  • anti-VM (PySilon won't run on Virtual Machines) by @whois-hoeless

Also, quick hint about upcoming changes:

  • Code Obfuscation and Encryption to reduce the AV detection rate
  • PySilon Testing mode to make it easier to debug (disabled anti-VM and logs)
  • many, many more...

PySilon v3.2

09 Jul 23:04
Compare
Choose a tag to compare

UPDATE TIME v3.2

We did some last touches on this new hotfix versions and we are pretty much ready to release it now. This version will include:

  • .block-input (blocks the mouse and keyboard input from the victim) by @AWeirdKid
  • .unblock-input (to give the victim access to their mouse and keyboard again) also by @AWeirdKid
  • fixed cookie grabber by @AWeirdKid
  • fixed disable message for the recordings by @whois-hoeless
  • .screenrec (records screen for 15 seconds) by @AWeirdKid
  • fixed the "open this file with" error by @mategol & @whois-hoeless
  • the gui is now in a darkmode by @whois-hoeless
  • changed some filnames to solve confusion on the linux and windows builder file differences by @whois-hoeless
  • removing obsolete files by @whois-hoeless
  • builder support for alpine linux by @neek8044
  • fixed ubuntu builder by @neek8044
  • fixes on some registry related entries by @AWeirdKid
  • the GUI is now resizable by @mategol & @whois-hoeless
  • .upload and .download now use anonfiles by @whois-hoeless
  • the .cd traversal should be working better now by @whois-hoeless
  • .tree now works after pc restart again by @whois-hoeless
  • changed some keylogger source to be easier to manage and understand by @whois-hoeless
  • fixing some other restart related bugs by @AWeirdKid

Big changes upcoming...

@mategol will work on code obfuscation and encryption to reduce the AV detection rate. Also there will be malware dropper to dramatically reduce the sending file size. @whois-hoeless finished his finals (got W grades btw), so we have more time for programming right now and we will be working on this, our malware development skills, etc. So stay tuned for future updates.

PySilon v3.1 - Critical Update

08 Jun 01:15
d458a86
Compare
Choose a tag to compare

PySilon v3.1-critical

  • fixed .implode command to work properly
  • added .restart command that is restarting PySilon remotely
  • added Builder support for Linux
  • changed the process of first-run

PySilon v3.0-fix2

06 Jan 01:47
ebbf0a9
Compare
Choose a tag to compare

PySilon v3.0-fix2


Fixed errors with creation of channels.

PySilon v3.0-fix1

06 Jan 01:45
958a32d
Compare
Choose a tag to compare

PySilon v3.0-fix1


Fixed errors with creation of channels.

PySilon v3.0

02 Jan 23:44
0b4e789
Compare
Choose a tag to compare

PySilon v3.0

A true game changer update!

Ladies and gentleman... Let me introduce you PySilon automated GUI builder:





Now, you can choose exacly which features you want to use.

Now, you can build standalone executable without any knowledge using clean GUI.

Now, everything is easier to make.

Now, you don't need to fill settings every time you want to compile, because of configuration files system that fills them for you.

Now, you can reduce the output executable size by not using spare packages.

And I must ask you for a big favor. If you get any error, please raise an Issue, because I don't have so much time to test all possible feature combinations together.

PySilon v2.4-fix4

09 Dec 13:55
3e2f874
Compare
Choose a tag to compare

PySilon v2.4-fix4


Fixed:

  • Now, compiler.py is not looking at line number but line content, so you don't need to keep (for example) line with bot tokens at 80th line

PySilon v2.4-fix3

08 Dec 07:49
9dbf0e6
Compare
Choose a tag to compare

PySilon v2.4-fix3


Fixed:

  • CMD popup on every file cleanup caused by using os.system('del file.jpg'). Replaced all os.system() with subprocess.run() and problem solved