Sign inSign up

bashninja/demonsaw-client

By bashninja

Updated almost 7 years ago

Demonsaw RDP client Access via port 8080

Image
0

10K+

bashninja/demonsaw-client repository overview

Summary

I have improved the Demonsaw dockerfile found in Andrew Morris's Github. This will be added to dockerhub in order to facilitate use.

Usage

OSX (insecure, for now)

$ git clone https://github.com/andrew-morris/demonsaw-docker
$ cd demonsaw-docker
$ brew install socat
$ socat TCP-LISTEN:6000,reuseaddr,fork UNIX-CLIENT:\"$DISPLAY\" # in a separate terminal
$ docker build -t demonsaw-docker .
$ docker run -d -e DISPLAY=1.1.1.1:0 demonsaw-test # replace with your IP, for X forwarding

Tag summary

Content type

Image

Digest

Size

261.9 MB

Last updated

almost 7 years ago

docker pull bashninja/demonsaw-client