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

ValueError: source code string cannot contain null bytes #13

Closed OleTulling closed 2 years ago

OleTulling commented 2 years ago

When running the crypted Python on Windows with Python 3.10.4 I get an error:

PS C:\temp> python3 .\yara64.exe [*] Checking VM [+] VM Not Detected : ) Password : 1234Traceback (most recent call last): File "C:\temp\test.exe", line 52, in exec(executable) File "", line 1, in ValueError: source code string cannot contain null bytes

Looking at the code I can not see how the last exec() could work with a Base64 of a PEEXE file.

PushpenderIndia commented 2 years ago

This crypter is only for python source code, it will not work for exe

On Wed, 20 Apr, 2022, 10:49 am OleTulling, @.***> wrote:

When running the crypted Python on Windows with Python 3.10.4 I get an error:

PS C:\temp> python3 .\yara64.exe [*] Checking VM [+] VM Not Detected : ) Password : 1234Traceback (most recent call last): File "C:\temp\test.exe", line 52, in exec(executable) File "", line 1, in ValueError: source code string cannot contain null bytes

Looking at the code I can not see how the last exec() could work with a Base64 of a PEEXE file.

— Reply to this email directly, view it on GitHub https://github.com/PushpenderIndia/crypter/issues/13, or unsubscribe https://github.com/notifications/unsubscribe-auth/ANORYIUJLYB5FPLQINPXVGTVF6HXFANCNFSM5T22WHZA . You are receiving this because you are subscribed to this thread.Message ID: @.***>

OleTulling commented 2 years ago

Ahh, I think you have to state that a bit clearer to the guy that did 125 submissions to Virustotal with PEEXE files ;)