remote access tool with python
EVILX.py is a C2 tool that offers generating an obfuscated payload and receiving reverse shell from compromised machines.
- generating an obfuscated python code (payload.py)
- offers a one liner stager to stage the payload and execute it in memory ( filess infection )
- download/upload files to or from the compromised machine
- execute shell commands on compromised machine
clone the github repo
git clone https://github.com/o-sec/Evilx.git
install dependencies
pip install -r requirements.txt
run
python3 EVILX.py
-
- start a listener
i am not responsable for whatever you do with this tool !