All Projects → PushpenderIndia → Crypter

PushpenderIndia / Crypter

Crypter in Python 3 with advanced functionality, Bypass VM, Encrypt Source with AES & Base64 Encryption | Evil Code is executed by bruteforcing the decryption key, and then executing the decrypted evil code

Programming Languages

python
139335 projects - #7 most used programming language
python3
1442 projects

Projects that are alternatives of or similar to Crypter

Avsignseek
Tool written in python3 to determine where the AV signature is located in a binary/payload
Stars: ✭ 284 (+127.2%)
Mutual labels:  antivirus-evasion
Secure Ls
🔒 Secure localStorage data with high level of encryption and data compression
Stars: ✭ 486 (+288.8%)
Mutual labels:  aes-encryption
Globaleaks
GlobaLeaks is free, open source software enabling anyone to easily set up and maintain a secure whistleblowing platform.
Stars: ✭ 832 (+565.6%)
Mutual labels:  aes-encryption
Gonnacry
A Linux Ransomware
Stars: ✭ 341 (+172.8%)
Mutual labels:  aes-encryption
Aes Killer
Burp plugin to decrypt AES Encrypted traffic of mobile apps on the fly
Stars: ✭ 446 (+256.8%)
Mutual labels:  aes-encryption
Pezor
Open-Source PE Packer
Stars: ✭ 561 (+348.8%)
Mutual labels:  antivirus-evasion
EncrypC
🔑 File Encryption Application using Python.
Stars: ✭ 14 (-88.8%)
Mutual labels:  aes-encryption
Cryptr
A simple shell utility for encrypting and decrypting files using OpenSSL.
Stars: ✭ 81 (-35.2%)
Mutual labels:  aes-encryption
Chimera
Chimera is a (shiny and very hack-ish) PowerShell obfuscation script designed to bypass AMSI and commercial antivirus solutions.
Stars: ✭ 463 (+270.4%)
Mutual labels:  antivirus-evasion
Useful Scripts
Useful scripts I wrote to make my life easier
Stars: ✭ 5 (-96%)
Mutual labels:  aes-encryption
Xeexe Topantivirusevasion
Undetectable & Xor encrypting with custom KEY (FUD Metasploit Rat) bypass Top Antivirus like BitDefender,Malwarebytes,Avast,ESET-NOD32,AVG,... & Automatically Add ICON and MANIFEST to excitable
Stars: ✭ 387 (+209.6%)
Mutual labels:  antivirus-evasion
Foureye
AV Evasion Tool For Red Team Ops
Stars: ✭ 421 (+236.8%)
Mutual labels:  antivirus-evasion
Aescrypt Android
Simple API to perform AES encryption on Android. This is the Android counterpart to the AESCrypt library Ruby and Obj-C (with the same weak security defaults :( ) created by Gurpartap Singh. https://github.com/Gurpartap/aescrypt
Stars: ✭ 615 (+392%)
Mutual labels:  aes-encryption
Nxcrypt
NXcrypt - 'python backdoor' framework
Stars: ✭ 316 (+152.8%)
Mutual labels:  antivirus-evasion
Spookflare
Loader, dropper generator with multiple features for bypassing client-side and network-side countermeasures.
Stars: ✭ 836 (+568.8%)
Mutual labels:  antivirus-evasion
Cryptojs Aes Php
CryptoJS 3.x AES encryption/decryption on client side with Javascript and on server side with PHP
Stars: ✭ 259 (+107.2%)
Mutual labels:  aes-encryption
Hacktheworld
An Python Script For Generating Payloads that Bypasses All Antivirus so far .
Stars: ✭ 527 (+321.6%)
Mutual labels:  antivirus-evasion
Apkinfector
Advanced Android AV Evasion Tool Written In Python 3 that can Embed/Bind meterpreter APK to any Legitimate APK
Stars: ✭ 105 (-16%)
Mutual labels:  antivirus-evasion
Hat.sh
encrypt and decrypt files in your browser. Fast, Secure client-side File Encryption and Decryption using the web crypto api
Stars: ✭ 886 (+608.8%)
Mutual labels:  aes-encryption
Herpaderping
Process Herpaderping proof of concept, tool, and technical deep dive. Process Herpaderping bypasses security products by obscuring the intentions of a process.
Stars: ✭ 614 (+391.2%)
Mutual labels:  antivirus-evasion

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

💻 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

  • [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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].