Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
Tools/GitHubGitHub/pushpenderindia/crypter
Encryption/Decryption ToolsIDS/IPS EvasionMalware Analysis
GitHubpushpenderindia/crypter

crypter

Python-based crypter that encrypts source code with AES-256 and Base64, evades VM detection via registry, process, and MAC checks, and executes decrypted payloads through brute-force key runtime.

View Repository
350684 years agoReviewed by Kitploit

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

Crypter Logo

Crypter

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

:computer: This project was created only for good purposes and personal use.

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

  • OS Independent
  • Can Encrypt Python Source Codes with AES 256 bit Encryption & Base64 Encoding
  • 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

  • Python 3.X
  • Pycryptodome Python Module

Usage

root@kitploit:~
# 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

Download Tool