Skip to content

Latest commit

 

History

History
37 lines (28 loc) · 1.18 KB

README.md

File metadata and controls

37 lines (28 loc) · 1.18 KB

Kali Linux

It provides a Kali Linux container with the latest full metapackage pre-installed ready to work!

Integrated with docker-compose and standalone builds

Be patient, this will install all Kali tools (just for the first install, at image generation time). Final image size ~10GB.

Tools

  • Kali full metapackage with all available tools
    • See Kali Tools for a list along with documentation
  • SecLists at /usr/share/seclists
  • Subscraper at /tools/subscraper symbolic link to /usr/local/bin/subscraper
  • python virtualenvs via virtualenvwrapper
    • projects placed at /root/projects
  • base packages
    • wget, curl, telnet, git, iputils-tracepath, net-tools
    • build-essential
    • tmux, tmate
    • xterm, zsh
    • zstd
    • ltrace, strace
    • vim, less, colordiff, colortail
    • unzip, unrar
    • python3-setuptools, python3-pip
    • bash-completion

Usage

Just launch the container using our simple bash compose handler:

bash run.sh

This will prepare a temporal container (will be auto-destroyed at the end) with the latest available version of Kali