******************************************************************************
* ____ _ __ *
* / __ \| | / _| *
* | | | | |__ | |_ _ _ ___ ___ __ _ _ __ _ _ *
* | | | | '_ \| _| | | / __|/ __/ _` | '_ \| | | | *
* | |__| | |_) | | | |_| \__ \ (_| (_| | |_) | |_| | *
* \____/|_.__/|_| \__,_|___/\___\__,_| .__/ \__, | *
* | | __/ | *
* |_| |___/ *
* (TheGriffyn) *
* *
* Turn your boring Python Scripts to undetectable payloads> *
******************************************************************************
Obfuscapy is a Python script designed to obfuscate Python payloads, making them undetectable to antivirus solutions. It's particularly useful for penetration testers and red teamers who need to evade detection while testing security measures.
- Automatically installs required modules.
- Works on both Windows and Linux platforms.
- Generates obfuscated payloads from input files.
- Utilizes advanced obfuscation techniques to bypass detection.
- Clone the repository to your local machine.
- Navigate to the repository directory.
- Run the script
obfuscapy.py
. - Follow the on-screen instructions to provide the path to your payload file.
- The script will obfuscate the payload and save it as
stub.py
in the same directory.
Note: Avoid submitting the obfuscated payload to VirusTotal or similar services, as it may be flagged as malicious.
- Python 3.x
colorama
(for Windows)colored
(for Linux)
Obfuscapy is intended for educational and testing purposes only. Misuse of this tool for malicious purposes is strictly prohibited.
Obfuscapy is created and maintained by TheGr1ffyn.