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

Compile .exe ERROR #11

Open eduoliihezz opened 2 years ago

eduoliihezz commented 2 years ago

If you compile the Crypter via pyinstaller (or auto-py-to-exe), and you chose the ” One File” option, the Windows Defender system detects it like a Trojan, and delete it. But, if instead of picking the One File Option, you selected “One Directory” it won't be detected. Why? I don't know, but have it to count when you are going to compile it.

image

So this is the config that I recommend on auto-py-to-exe, it works.

PushpenderIndia commented 2 years ago

Pyinstaller exes are by default detectable, even simple hello world exe is detected as trojan.

On Thu, 10 Mar, 2022, 2:37 am Edu Olivares, @.***> wrote:

If you compile the Crypter via pyinstaller (or auto-py-to-exe), and you chose the ” One File” option, the Windows Defender system detects it like a Trojan, and delete it. But, if instead of picking the One File Option, you selected “One Directory” it won't be detected. Why? I don't know, but have it to count when you are going to compile it.

[image: image] https://user-images.githubusercontent.com/93079880/157536076-52b935a9-7cfd-40cb-8898-d68c983a12ab.png

So this is the config that I recommend on auto-py-to-exe, it works.

— Reply to this email directly, view it on GitHub https://github.com/PushpenderIndia/crypter/issues/11, or unsubscribe https://github.com/notifications/unsubscribe-auth/ANORYIUYGHS55T32SWVS5QLU7EHIFANCNFSM5QKW37RQ . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.

You are receiving this because you are subscribed to this thread.Message ID: @.***>

eduoliihezz commented 2 years ago

So, how can I make it undetectable for free ?

e-bitch commented 1 year ago

So, how can I make it undetectable for free ?

use nuitka!

pip install nuitka

nuitka --onefile main.py

jamiekarvans commented 9 months ago

So, how can I make it undetectable for free ?

use nuitka!

pip install nuitka

nuitka --onefile main.py

not anymore, it's the same as pyinstaller

jamiekarvans commented 9 months ago

anyone has any solution to make py to exe without any detection?