Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/elmerikh/keres
Persistent Powershell backdoor tool {😈}
https://github.com/elmerikh/keres
backdoor-attacks bypass-antivirus exploit payload-generator payload-injector powershell-payload powershell-script red-team-tools reverse-shell
Last synced: 4 months ago
JSON representation
Persistent Powershell backdoor tool {😈}
- Host: GitHub
- URL: https://github.com/elmerikh/keres
- Owner: ELMERIKH
- License: gpl-3.0
- Created: 2023-12-14T18:52:08.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-05-05T21:01:26.000Z (9 months ago)
- Last Synced: 2024-05-30T01:18:03.513Z (8 months ago)
- Topics: backdoor-attacks, bypass-antivirus, exploit, payload-generator, payload-injector, powershell-payload, powershell-script, red-team-tools, reverse-shell
- Language: Python
- Homepage:
- Size: 322 KB
- Stars: 99
- Watchers: 1
- Forks: 11
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- License: LICENSE.txt
Awesome Lists containing this project
README
![!\[Alt text\](<>)](<2023-12-31 09_49_35-Kali-Linux-2021.3-vmware-amd64 - VMware Workstation 17 Player (Non-commercial us.png>)
Greetings
-------------------------------------Keres a is Powershell rev-shell backdoor with persistence for windows and linux (pwsh)
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)
even if you exit break the shell you will the shell will always respawn on target
also it creates a Hidden batch and vbs file for persistent startup using reg.exe (value 'keres')
you can add -Ps (optional) to generate only a .ps1 file that do same thing
run the.ps1 file like the following for persistent startup (you can also change name of file btw ,reg value 'Meow'):
./keres.ps1 -p
note : it s preferable to use -go arg to build from a go file instead of python for better evasion
(python compilation with nuitka , go compilation with garble )
tested and fully bypass windows 10/11
--------------
do not upload binaries to virus total ;)Update ! :
-------------------------------------------added obfuscation for the PE using Pyarmor
added go binary build with garbel obfuscation
to do :
add more options ( startup for linux...)
Prerequisite:
---------------python
go (if you want to build golang binary)
SETUP :
---------------------git clone https://github.com/ELMERIKH/Keres
cd keres
pip install -r requirements.txt
go install mvdan.cc/garble@latest
export PATH=$PATH:~/go/bin
sudo apt install patchelf (Linux)
python3 keres.py -h
(PS : if on linux and want to compile a python win binary use wine to compile ./dist/pewpew.py or pewpew.py or just compile it on a windows env)
tutorial: [wine-tuto](wine-tuto/wine.md)
-------------------how to listen for connections
------------
nc -lvnp 'port'or
use : https://github.com/ELMERIKH/SwordShell
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\](<>)]()