Skip to content

Latest commit

 

History

History
25 lines (19 loc) · 673 Bytes

README.md

File metadata and controls

25 lines (19 loc) · 673 Bytes

kali-nomachine

Kali Dockerfile with NoMachine remote access

How to run

Build

git clone https://github.com/moguay/kali-nomachine.git
cd kali-nomachine
docker build -t=kali-nomachine .

Docker pull command

docker pull moguay/kali-nomachine

Usage

docker run -d -p 4000:4000 --name desktop --cap-add=SYS_PTRACE moguay/kali-nomachine

Connect to the container

Download the NoMachine client from: https://www.nomachine.com/download, install the client, create a new connection to your public ip, port 4000, NX protocol, use password for authentication (user: nomachine password: nomachine | change Dockerfile to use your own password)