Pentest Tools

Published on January 2nd, 2018 📆 | 7539 Views ⚑

0

Cloak – Backdoor In Any Python Script With Some Tricks


Text to Speech Voices

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.

 





Requirements
  • msfvenom
  • python2

 

Download Cloak



Comments are closed.