Giter VIP home page Giter VIP logo

pushpenderindia / crypter Goto Github PK

View Code? Open in Web Editor NEW
314.0 16.0 76.0 90 KB

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

Python 100.00%
bypass-vm bypass-virtualbox bypass-vmware bypass-sandboxie aes-encryption base64-encryption crypter advance-crypter bruteforce-key-on-runtime python3

crypter's Introduction

Hi I'm Pushpender Singh!

Typing SVG

Coding

I'm a Ethical Hacker, Web, Android & Software Developer who just love to code in Python.

Decent in Bash Scripting & also Just Love to Make those things which breaks things.

  • List of Technologies Which I've Learned so far : )
Category Skills
Languages
Frameworks
Styling & Frameworks
Database
Services & Tools
IDE & Environment
Hosting
APIs


I've a with more than where I use to share my Cyber Security & Ethical Hacking Knowledge

  • πŸ‘¨πŸ½β€πŸ’» I'm Top Rated Freelancer on Upwork (Top 10% Talent).
  • πŸ‘¨πŸ½β€πŸ’» Global Quine DevRank Top 1%
  • 🀝 Always open for any type of collaboration.
  • 😊 Willing to contribute in opensource projects.
  • πŸ“« How to reach me: [email protected] (Telegram: @pushpenderindia)
  • πŸ‘¨β€πŸ’» How to Hire me : Upwork
  • πŸ’» Linkedin Profile: Linkedin
  • 🌐 Visit Our Site: Witeso
πŸ”΄ Live YouTube Channel Stats (Automatically Updates Every 60 seconds)
🀝 To connect with me

Visits Badge


GitHub Stats

Famous Repos

crypter's People

Contributors

pushpenderindia avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

crypter's Issues

Base64 Encryption?

You should change the name of the function for Base64. There is a reason you used the python function called encode, not encrypt. Base64 is not encryption, simply encoding.

UnicodeDecodeError: 'utf-8' codec can't decode byte 0x90

UnicodeDecodeError: 'utf-8' codec can't decode byte 0x90 in position 2: invalid start byte

I get the above error, when ever I try and sue the crypter. The .bak file is created but then the program fails.

Trace is as follows

[?] Want to BypassVM (y/n): y

[*] Making Backup ...
[+] Done !

[*] Initaiting Base64 Encryption Process ...
Traceback (most recent call last):
File "Crypter.py", line 28, in
test2.encrypt(path)
File "/home/merlin/work/crypter/Base64_encrypt.py", line 11, in encrypt
lines_list = f.readlines()
File "/usr/lib/python3.6/codecs.py", line 321, in decode
(result, consumed) = self._buffer_decode(data, self.errors, final)
UnicodeDecodeError: 'utf-8' codec can't decode byte 0x90 in position 2: invalid start byte

error

i have a problem

i crypting exe files with this crypter and run it and give me error

error is :

this app can't run on your pc

why?

Not FUD?

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.

Can't run

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.

UnicodeDecodeError: 'utf-8' codec can't decode byte 0x90 in position 2: invalid start byte

During handling of the above exception, another exception occurred:

Traceback (most recent call last):

File "C:\Users\Krickets Laptop.spyder-py3\untitled0.py", line 11, in
shark=pd.read_csv(r'C:\DATA QUALITY\SharkAttackMod4.csv')

File "C:\Users\Krickets Laptop\anaconda3\lib\site-packages\pandas\io\parsers.py", line 676, in parser_f
return _read(filepath_or_buffer, kwds)

File "C:\Users\Krickets Laptop\anaconda3\lib\site-packages\pandas\io\parsers.py", line 454, in _read
data = parser.read(nrows)

File "C:\Users\Krickets Laptop\anaconda3\lib\site-packages\pandas\io\parsers.py", line 1133, in read
ret = self._engine.read(nrows)

File "C:\Users\Krickets Laptop\anaconda3\lib\site-packages\pandas\io\parsers.py", line 2037, in read
data = self._reader.read(nrows)

File "pandas_libs\parsers.pyx", line 859, in pandas._libs.parsers.TextReader.read

File "pandas_libs\parsers.pyx", line 874, in pandas._libs.parsers.TextReader._read_low_memory

File "pandas_libs\parsers.pyx", line 951, in pandas._libs.parsers.TextReader._read_rows

File "pandas_libs\parsers.pyx", line 1083, in pandas._libs.parsers.TextReader._convert_column_data

File "pandas_libs\parsers.pyx", line 1136, in pandas._libs.parsers.TextReader._convert_tokens

File "pandas_libs\parsers.pyx", line 1253, in pandas._libs.parsers.TextReader._convert_with_dtype

File "pandas_libs\parsers.pyx", line 1268, in pandas._libs.parsers.TextReader._string_convert

File "pandas_libs\parsers.pyx", line 1458, in pandas._libs.parsers._string_box_utf8

Compile .exe ERROR

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.

ValueError: source code string cannot contain null bytes

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.

error cant even open

Traceback (most recent call last):
File "C:\Users\skibidi\Desktop\crypter-master\Crypter.py", line 1, in
import Base64_encode, AES_encrypt, shutil
File "C:\Users\skibidi\Desktop\crypter-master\AES_encrypt.py", line 1, in
from Crypto import Random
ModuleNotFoundError: No module named 'Crypto'

AES Encryption

Hello, i'm seeing for use this code for protect my python 3 source codes, if i put a key of 300 for example, this can get decrypted by other person like a proffessional on cryptography for example ?, or the AES256 will protect my code including they have the key "300" when my code is in runtime?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    πŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. πŸ“ŠπŸ“ˆπŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❀️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.