Skip to content
This repository has been archived by the owner on Dec 4, 2023. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
s0md3v authored Mar 3, 2018
1 parent 36e8728 commit 428592b
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Cloak
<img src='https://i.imgur.com/m3scSAO.png' />
Cloak is an intelligent python backdoor framework.
Cloak is an intelligent python backdoor framework*.

## What it exactly does?
<b>Cloak</b> generates a python payload via <b>msfvenom</b> and then intelligently injects it into the python script you specify.
Expand All @@ -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
<img src='https://i.imgur.com/mEzDJp2.png' />
<img src='https://i.imgur.com/KJ9hTHo.png' />

### Requirements
### Compatibility
Cloak works best on Linux and is compatible with both python2 and python3.
Dependencies:
- msfvenom
- python2

### Contribute
For now, <b>Cloak</b> can backdoor python scripts but I am looking forward to do the same for <b>C</b>, <b>bash</b> and <b>perl</b> scripts.
Expand Down

0 comments on commit 428592b

Please sign in to comment.