Skip to content

Commit

Permalink
Added readme to remotedesktop example.
Browse files Browse the repository at this point in the history
  • Loading branch information
nilp0inter committed Jun 12, 2019
1 parent c8ebaa8 commit 6d81dd4
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions examples/remotedesktop/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
Running this demo
=================

To run this demo you'll need:

* Python 3.7
* Pipenv

Access this directory and type:

```bash
$ pipenv sync
$ pipenv run python remotedesktop.py
```

With the `Slug` running you can get the code needed to spawn the PowerShell
`Zombie` visiting the URL:

```plain
http://localhost:8080/launch/powershell
```

or to launch the body in a browser:

```plain
http://localhost:8080/launch/browser
```

0 comments on commit 6d81dd4

Please sign in to comment.