Skip to content

thehackersbrain/kalivnc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kali Linux (Docker Container on GCP)

Banner Image

  • Using Dockerfile
git clone https://github.com/thehackersbrain/kalivnc.git && cd kalivnc
docker build -t kalivnc .
docker run --network host -d kalivnc
  • Using docker-compose
git clone https://github.com/thehackersbrain/kalivnc.git && mkdir kali-home && cd kalivnc
docker-compose up -d
  • For stopping the docker image
docker ps # for getting all running containers
docker stop <image-id> # for stopping the image
# or
docker kill <image-id> # for graceful killing image
  • On VNCView Machine
vncviewer <ip>:1

:1 is for 5901 and display :1 and the default password is kalikali

About

Kali Linux (Docker Container on GCP)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published