diff --git a/README.md b/README.md index ce990ee..1e242bb 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Cloak -Cloak can backdoor any python script with some tricks. +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. @@ -16,8 +16,12 @@ Cloak will be further upgraded in future to support a wide range of payloads, pl - python2 ### Contribute -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. -You can also mail me at: s0md3v@gmail.com -Or can ping me at my twitter handle: @s0md3v +For now, Cloak can backdoor python scripts but I am looking forward to do the same for C, bash and perl scripts. +I will also work on generation and binding of exe and apk payloads.
+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: s0md3v@gmail.com +Twitter: @s0md3v