SkillAgentSearch skills...

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

Install / Use

/learn @PushpenderIndia/Crypter

README

<p align="center"> <img src="https://github.com/PushpenderIndia/crypter/blob/master/img/crypter-logo.png" alt="Crypter Logo" /> </p> <h1 align="center">Crypter</h1> <p align="center"> <a href="https://python.org"> <img src="https://img.shields.io/badge/Python-3.7-green.svg"> </a> <a href="https://github.com/PushpenderIndia/crypter/blob/master/LICENSE"> <img src="https://img.shields.io/badge/License-BSD%203-lightgrey.svg"> </a> <a href="https://github.com/PushpenderIndia/crypter/releases"> <img src="https://img.shields.io/badge/Release-1.0-blue.svg"> </a> <a href="https://github.com/PushpenderIndia/crypter"> <img src="https://img.shields.io/badge/Open%20Source-%E2%9D%A4-brightgreen.svg"> </a> </p>

This Crypter is written in python 3, which can be used to obfusticate, encrypt the python source code to bypass AntiVirus. Also Capable to Bypass VM such as VirtualBox, VMware, Sandboxie.

Uses AES-256 bit Encryption & Base64 Encoding to Encrypt the Source Code for Twice.

3 Powerfull Methods to Detect whether running on VM or real machine

Disclaimer

<p align="center"> :computer: This project was created only for good purposes and personal use. </p>

THIS SOFTWARE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND. YOU MAY USE THIS SOFTWARE AT YOUR OWN RISK. THE USE IS COMPLETE RESPONSIBILITY OF THE END-USER. THE DEVELOPERS ASSUME NO LIABILITY AND ARE NOT RESPONSIBLE FOR ANY MISUSE OR DAMAGE CAUSED BY THIS PROGRAM.

Features

  • [x] OS Independent
  • [x] Can Encrypt Python Source Codes with AES 256 bit Encryption & Base64 Encoding
  • [x] 3 Powerfull Methods to Bypass VM (such as VirtualBox, VMware, Sandboxie)

| Virtual Machine Bypass Methods Includes | |-----------------------------------------| | Registry Check | | Processes and Files Check | | MAC Adderess Check |

Tested On

Kali) Kali Linux - ROLLING EDITION

Windows) Windows 8.1 - Pro

Windows) Windows 7 - Ultimate

Prerequisite

  • [x] Python 3.X
  • [x] Pycryptodome Python Module

Usage

# Installing Python Module
$ pip install pycryptodome
        or        
$ python -m pip install pycryptodome

* Note : If you are in Kali or Any Other Linux, then type `python3` instead of `python`

# Running Cryptor
$ python Cryptor 

Scan Result

Related Skills

View on GitHub
GitHub Stars353
CategoryDevelopment
Updated11d ago
Forks70

Languages

Python

Security Score

85/100

Audited on Mar 17, 2026

No findings