From 428592badc9182b3274c61bdc56e911c90a941a2 Mon Sep 17 00:00:00 2001 From: Somdev Sangwan Date: Sat, 3 Mar 2018 10:04:16 +0530 Subject: [PATCH] Update README.md --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 3ebad60..5720ec2 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Cloak -Cloak is an intelligent python backdoor framework. +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. @@ -9,11 +9,12 @@ To evade basic detection, Cloak breaks the payload into several parts and places Cloak will be further upgraded in future to support a wide range of payloads, platforms and evasion techniques. ### Demo - + -### Requirements +### Compatibility +Cloak works best on Linux and is compatible with both python2 and python3. +Dependencies: - msfvenom -- python2 ### Contribute For now, Cloak can backdoor python scripts but I am looking forward to do the same for C, bash and perl scripts.