Skip to content

tsumarios/Kali-Linux-Dockerfile

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kali-Linux-Dockerfile

A simple dockerfile which allows you to build a docker image starting from the latest official one of Kali Linux and including some useful tools.

Included tools

These are the main tools which are included:

  • Kali Linux Top 10 metapackage
  • exploitdb
  • man-db
  • dirb
  • nikto
  • wpscan
  • uniscan
  • tor
  • proxychains

Note that you can add/modify/delete configuration files by doing the related changes in the dockerfile.

Other useful things

Also zsh is installed as default shell. You can add some changes directly in the .zshrc file, such as setting your favourite theme. Python-Pip and NodeJS-NPM are included, too.

Usage

In order to build an image from this dockerfile, just go on the folder where it is located and simple open your favourite Terminal, typing as follows:

docker build [-t your_image_name] .
More info

Check out Kali Linux on a Docker container: the easiest way for more detailed info.

Contacts

  • Email: marioraciti@pm.me
  • LinkedIn: linkedin.com/in/marioraciti
  • Twitter: twitter.com/tsumarios

If you want to support me, I would be grateful ❤️

Buy Me A Coffee

Todos

  • Add some more useful tools, languages.

Enjoy!