Loading video...
Video Failed to Load
Over the past while, I've developed several builds of a malware obsfuscator, using different forms of evasion to craft an executable that grants your payload safe delivery and execution into the target machine, developed in C++ too. There's currently an exe file as well
25,854 views • 1 year ago •via X (Twitter)
10 Comments

The exe file generates a whole new code with the link to your payload embedded into it, and plans for generation afterwards. There are a few dependencies, the payload has to be encrypted with the use of my python generated encryptor, uses AES encryption and with a few techniques

it makes sure that you don't have to hardcode the decryption keys and logic, while this is only but a step into the world of malware dev. i am very open to corrections of different sorts, the work doesnt stop here, ill attach the link to some of my source codes for those that

want a sneak peek or who wants to play around with it, Thank you @RedHatPentester @elormkdaniel @Dghost_Ninja @cyb3rn3t1cs @CyberSecFalcon @commando_skiipz

One part of the project ill be updating as time goes on

Good job bro Una wey sabi computer languages dey try oh 👍🏾

Baddd guyyyyyyyy

Great work man 🔥 The link to the source code is not working on my side though

I’ll check it out now

Have you tested this with an AV and see if it bypasses?

Yes I have Tested it with McAfee antivirus although I’m furthering into other methods
