Skip to content

Latest commit

 

History

History
executable file
·
15 lines (7 loc) · 351 Bytes

File metadata and controls

executable file
·
15 lines (7 loc) · 351 Bytes

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