Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
andreafabrizi authored Sep 28, 2016
1 parent 035f89a commit 62a9649
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Prism
# Prism backdoor

PRISM is an user space stealth reverse shell backdoor.
PRISM is an user space stealth reverse shell backdoor. The code is available on [GitHub](https://github.com/andreafabrizi/prism).

It was fully tested on:
It has been fully tested on:

* **Linux**
* **Solaris**
Expand Down Expand Up @@ -51,6 +51,11 @@ In this case, just run netcat listening on the hard-coded machine/port:
* Written in pure C
* No library dependencies

## Get the code
```
git clone https://github.com/andreafabrizi/prism.git
```

## Configuration

Before building, you have to configure the backdoor editing the source code.
Expand Down

0 comments on commit 62a9649

Please sign in to comment.