https://github.com/evilbytecode/payloadcrypter
Go Based Crypter That Can Bypass Any Kinds Of Antivirus Products, payload crypter supports over 4 programming languages.
https://github.com/evilbytecode/payloadcrypter
antivirus-evasion av-evasion crypter evasion fud go golang hacking linux payload-crypt payload-crypter red red-team red-tools
Last synced: 15 days ago
JSON representation
Go Based Crypter That Can Bypass Any Kinds Of Antivirus Products, payload crypter supports over 4 programming languages.
- Host: GitHub
- URL: https://github.com/evilbytecode/payloadcrypter
- Owner: EvilBytecode
- Created: 2024-06-12T17:33:47.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-06-12T20:40:42.000Z (11 months ago)
- Last Synced: 2025-03-26T08:37:32.813Z (about 1 month ago)
- Topics: antivirus-evasion, av-evasion, crypter, evasion, fud, go, golang, hacking, linux, payload-crypt, payload-crypter, red, red-team, red-tools
- Language: Go
- Homepage:
- Size: 27.3 KB
- Stars: 42
- Watchers: 2
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# PayloadCrypter
make your scripts into payload, and undetectable from VT.
### Features:
- **Powershell to Batchfile Conversion:** Converts a PowerShell script into a Batch file.
- **Python Payload Crypter:** Obfuscates Python scripts with multiple layers of base64 encoding.
- **Powershell Payload Crypter:** Obfuscates PowerShell scripts with multiple layers of base64 encoding.
- **JavaScript Crypter:** Obfuscates JavaScript files using `eval(atob())` for multiple layers of encoding.
- **Batchfile Obfuscator:** Obfuscates Batch files by substituting characters with variable names.
- **Layers:** Of Obfuscation, can add how many you want.### Languages Supported:
- **Powershell**
- **Python**
- **JavaScript**
- **Batch files (Windows Command Scripts)**### READ :
- this was made to evade detections from static scanners, like virustotal and many more, thats why its only base64 + it was made for educational purposes.### Output examples are in a OutputExamples directory.
### future
- xor since its way better lol