Skip to content

TrollEyeSecurity/kali-linux

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

87 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Kali Linux Dockerfile

Build Kali Linux container using this Dockerfile

docker build -t trolleye/kali-linux:latest .

Or pull from dockerhub

docker pull trolleye/kali-linux:latest

Run Kali Linux container with 4444 open for a reverse shell and delete when done

docker run --rm -p 4444:4444 -it trolleye/kali-linux:latest

About

This repo holds the Kali Linux Dockerfile used in Command Center Scanner.

Topics

Resources

Stars

Watchers

Forks