Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/s0md3v/Cloak
Cloak can backdoor any python script with some tricks.
https://github.com/s0md3v/Cloak
backdoor evasion exploit msfvenom payload payload-generator
Last synced: 11 days ago
JSON representation
Cloak can backdoor any python script with some tricks.
- Host: GitHub
- URL: https://github.com/s0md3v/Cloak
- Owner: s0md3v
- License: gpl-3.0
- Archived: true
- Created: 2017-12-21T08:46:05.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-05-05T15:49:36.000Z (over 5 years ago)
- Last Synced: 2024-08-01T09:25:29.118Z (3 months ago)
- Topics: backdoor, evasion, exploit, msfvenom, payload, payload-generator
- Language: Python
- Size: 26.4 KB
- Stars: 484
- Watchers: 36
- Forks: 119
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Cloak
Cloak is an intelligent python backdoor framework*.## What it exactly does?
Cloak generates a python payload via msfvenom and then intelligently injects it into the python script you specify.To evade basic detection, Cloak breaks the payload into several parts and places it in different places in the code. If you want the victim to run your injected script as root, Cloak can handle that too.
Cloak will be further upgraded in future to support a wide range of payloads, platforms and evasion techniques.### Demo
### Compatibility
Cloak works best on Linux and is compatible with both python2 and python3.
Dependencies:
- msfvenom### Contribute
For now, Cloak can backdoor python scripts but I am looking forward to do the same for C, bash and perl scripts.
Currently, the default connection method is https and Cloak creates a staged and reverse payload. So, of course the I will try to extend its capabilities which also includes bypassing lowkey AV solutions in windows.
If you like the idea, help me achieve the goals. The code is well documented so if you want to contribute you are not going to face any problems.
Modify the code, add and improve and start a pull request.
If you find a bug in the code don't hesitate to start an issue.Email: [email protected]
Twitter: @s0md3v