Skip to content

Latest commit

 

History

History
34 lines (24 loc) · 1.21 KB

README.md

File metadata and controls

34 lines (24 loc) · 1.21 KB

Kha-docker

Kali Linux Docker Image ready to do some hacking!!

Installation from the command line:

$ docker pull reverendx/kha-docker

Or use it as a base image in Dockerfile:

FROM ghcr.io/reverendx/kha-docker:latest

What's Included?

* system tools
  * git, unzip, vim, curl, telnet, build-essential, apt-utils, wget, python3-setuptools, python3-pip, net-tools, bash-completion 
* daniel's seclists
* network + OS enum tools
  * openvpn, tcpdump, smbmap, smbclient, ftp, netcat
* nmap, nikto, sublist3r, hydra, john the ripper, exploitdb, metasploit, searchsploit, ffuf, wfuzz, dnsrecon, enum4linux

Added a simple zsh shell upgrade docker image

DISCLAIMER: THIS CHANGE WILL ONLY APPLY TO ROOT USER

Installation from the command line:

$ docker pull ghcr.io/reverendx/zsh-docker:latest

Or use it as a base image in Dockerfile:

FROM ghcr.io/reverendx/zsh-docker:latest

TO DO: mix them both into a single image.

Docker Docker Image Size (latest by date)