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
324 stars 75 forks source link

Can't run #12

Open Ripcord227 opened 2 years ago

Ripcord227 commented 2 years ago

This is the error it gives me. I am on Python 3.10.4

C:\Users\maxin\OneDrive\Desktop\crypter-master>python3 Cryptor Python was not found; run without arguments to install from the Microsoft Store, or disable this shortcut from Settings > Manage App Execution Aliases.

arjonkman commented 2 years ago

"Python was not found" run it with "py" instead of "python3"

Ripcord227 commented 2 years ago

[*] Making Backup ... Traceback (most recent call last): File "C:\Users\maxin\OneDrive\Desktop\crypter-master\crypter.py", line 23, in shutil.copyfile(path, path + ".bak") File "C:\Users\maxin\AppData\Local\Programs\Python\Python310\lib\shutil.py", line 254, in copyfile with open(src, 'rb') as fsrc: PermissionError: [Errno 13] Permission denied: 'C:\Users\maxin\OneDrive\Desktop\live-and-let-die'

this is what it tells me when i try