3v1lW1th1n / Keres

Persistent Powershell backdoor tool

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Greetings

Keres a is Powershell rev-shell backdoor with persistence

it generates a PE exe that spawns a powershell process that starts a powershell rev-shell with persistence (if process stops an other one is spawned , if process is running don t spawn new process)

also it makes a batch and vbs file for persistent startup using reg.exe

you can add -Ps (optional) to generate only a .ps1 file

(compilation with nuitka wich is a bit slow, Pyinstaller not working in linux :( forsome reason)

SETUP :

git clone https://github.com/ELMERIKH/Keres

cd keres

pip install -r requirements.txt

sudo apt install patchelf

python3 keres.py

DISCLAIMER :

ME The author takes NO responsibility and/or liability for how you choose to use any of the tools/source code/any files provided. ME The author and anyone affiliated with will not be liable for any losses and/or damages in connection with use of Keres. By using Keres or any files included, you understand that you are AGREEING TO USE AT YOUR OWN RISK. Once again Keres is for EDUCATION and/or RESEARCH purposes ONLY.

Alt text

About

Persistent Powershell backdoor tool

License:GNU General Public License v3.0


Languages

Language:Python 100.0%