Skip to content

reverendx/kha-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 

Repository files navigation

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)

About

Kali Linux Docker Image ready to do some hacking!!

Resources

License

Stars

Watchers

Forks

Releases

No releases published