PushpenderIndia / crypter

Crypter in Python 3 with advanced functionality, Bypass VM, Encrypt Source with AES & Base64 Encoding | Evil Code is executed by bruteforcing the decryption key, and then executing the decrypted evil code
326 stars 74 forks source link

Not FUD? #6

Closed ricko2991 closed 3 years ago

ricko2991 commented 3 years ago

is there a way to make it undetectable by antivirus ?. because I've tried it and always detected antivirus like windows defender as in my case.

PushpenderIndia commented 3 years ago

I have not tested this crypter for a long time, so there are chances that AVs are now finded a way to detect payloads encrypted with this python crypter.

Crypter methods do not last forever, you have to do hit and trail, and open source projects quickly get detectable by AVs because there source code is publically disclosed

On Fri, 11 Sep, 2020, 12:26 AM ricko2991, notifications@github.com wrote:

is there a way to make it undetectable by antivirus ?. because I've tried it and always detected antivirus like windows defender as in my case.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/PushpenderIndia/crypter/issues/6, or unsubscribe https://github.com/notifications/unsubscribe-auth/ANORYISHQ2M7DA52K7TSKNDSFEANPANCNFSM4RFNW4WQ .

ricko2991 commented 3 years ago

Thanks for your answers, maybe I should dig deeper into the code and modify its contents, such as encrypting in other ways to bypass the antivirus. This is still a great tool, and shows how to obfuscate the payload.