Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/breaching/cyphra
🔒 Python Payload Encoder for Evading Basic Anti-Virus Detection
https://github.com/breaching/cyphra
bypass-antivirus encryption python-payloads undected
Last synced: 24 days ago
JSON representation
🔒 Python Payload Encoder for Evading Basic Anti-Virus Detection
- Host: GitHub
- URL: https://github.com/breaching/cyphra
- Owner: breaching
- License: mit
- Created: 2023-08-01T15:51:50.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-01T16:01:28.000Z (over 1 year ago)
- Last Synced: 2023-08-01T18:18:24.406Z (over 1 year ago)
- Topics: bypass-antivirus, encryption, python-payloads, undected
- Language: Python
- Homepage:
- Size: 26.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Cyphra
![Cyphra Logo](image/cyphra.png)
Cyphra is a basic Python payload encoder designed to enhance the stealth and evasion capabilities of your payloads against most basic anti-virus software. By encrypting your Python payloads using a custom algorithm and generating random encryption keys, Cyphra significantly reduces the chances of detection by basic anti-virus scanners.
## Features
- Advanced Payload Encryption: Cyphra employs a custom encryption algorithm to securely encrypt Python payloads, ensuring a higher level of protection against anti-virus detection.
- Random Encryption Keys: The system generates random encryption keys, making it difficult for signature-based anti-virus solutions to identify and block the encrypted payloads.
- Optional Payload Compilation: Cyphra allows you to compile your encrypted payload into a standalone executable (.exe) for added convenience and portability.
- User-Friendly CLI: With an easy-to-use command-line interface, encrypting your payloads becomes a seamless process.### Installation
Clone the Cyphra repository:
```bash
https://github.com/breaching/Cyphra.git
cd cyphra
pip install pyinstaller
py Cyphra.py
```If you find Cyphra useful, don't forget to give it a ⭐️!