Sign inSign up

rossayoung/techtrainingclass

By rossayoung

Updated about 7 years ago

This repository contains container an image for novnc

Image
0

136

rossayoung/techtrainingclass repository overview

Begin by running the following docker command:

docker run -it --rm -p 6080:6080 rossayoung/novnc:latest

Note if you want to mount a volume that you can use you can use a command like the following docker run -it --rm -p 6080:6080 -v /tmpdir/:/tmpdir novnc:latest

Once you have started the container, you should run the following command to change the password to something of your choosing otherwise the default password "password" remains:

vncpasswd

you can simply run the following command to start the NoVNC server with your custom password. Please note the file is in the / folder ./startscript

Since your mapped your port 6080 to the port on the container you can use your host OS web browser and go to the following site: https://localhost:6080/vnc.html

Additionally i have placed a file called pass.txt in and the files necessary to complete this vulnhub challenge:

https://www.hackingarticles.in/silky-ctf-0x01-vulnhub-walkthrough/

Tag summary

Content type

Image

Digest

Size

465.8 MB

Last updated

about 7 years ago

docker pull rossayoung/techtrainingclass