Python Runtime Crypter v1.0
Armaan (@ArmaanLeg3nd)
Adhip (@BlBirb)
A crypter is an application that is used to encrypt and obfuscate malware, making it nearly undetectable to antivirus and security programs.
A crypter written in python for malware written in python which utilizes AES.
This crypter utilizes the AES-GCM (Galois Counter Mode) since the GCM takes any amount of data as input and is also fast during decryption. Since a crypter usually encrypts the code once and it may expect multiple decryption processes for the encrypted code, a shorter decryption time is preferred over a longer one.
Before using this tool, please note that:
- It is not intended for non-educational use: The tool isn't intended to facilitate the use of malicious code and is not intended for anything other than educational purposes.
- Use at your own risk: While efforts have been made to ensure the tool's reliability, there may still be bugs or unintended behaviors.
- No warranties: There are no warranties or guarantees provided with the use of this tool. The developers and contributors are not liable for any damages or losses incurred through its use.
To get started with PMXencrypt python crypter, follow these steps:
- Clone this repository
$ git clone https://github.com/ArmaanLeg3nd/pmxencrypt.git
- Install the required dependencies
$ pip install -r '/_requirements.txt'
- Run the following command or click on gui.py to start the tool on the gui (Windows only)
$ python.exe gui.py
Run the following command to start the tool on the cli (All platforms)
$ python.exe cli.py
-
Enter the Input filepath, Output filepath and Output filename to proceed
-
Check the Output filepath for the Output file
-
Aaandd You're Done!
GUI:
CLI: