Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/leplusorg/docker-kali
Kali Linux as a docker container.
https://github.com/leplusorg/docker-kali
docker docker-container docker-image information-security infosec kali kali-linux kalilinux security security-tools
Last synced: 9 days ago
JSON representation
Kali Linux as a docker container.
- Host: GitHub
- URL: https://github.com/leplusorg/docker-kali
- Owner: leplusorg
- License: apache-2.0
- Created: 2019-12-02T07:25:34.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2024-10-29T13:49:27.000Z (2 months ago)
- Last Synced: 2024-11-10T09:14:39.472Z (about 2 months ago)
- Topics: docker, docker-container, docker-image, information-security, infosec, kali, kali-linux, kalilinux, security, security-tools
- Language: Dockerfile
- Homepage: https://hub.docker.com/r/leplusorg/kali
- Size: 313 KB
- Stars: 12
- Watchers: 2
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Security: SECURITY.md
Awesome Lists containing this project
README
# Kali
Kali Linux as a docker container.
[![Dockerfile](https://img.shields.io/badge/GitHub-Dockerfile-blue)](https://github.com/leplusorg/docker-kali/blob/main/kali/Dockerfile)
[![Docker Build](https://github.com/leplusorg/docker-kali/workflows/Docker/badge.svg)](https://github.com/leplusorg/docker-kali/actions?query=workflow:"Docker")
[![Docker Stars](https://img.shields.io/docker/stars/leplusorg/kali)](https://hub.docker.com/r/leplusorg/kali)
[![Docker Pulls](https://img.shields.io/docker/pulls/leplusorg/kali)](https://hub.docker.com/r/leplusorg/kali)
[![Docker Version](https://img.shields.io/docker/v/leplusorg/kali?sort=semver)](https://hub.docker.com/r/leplusorg/kali)**Mac/Linux**
```bash
docker run -t --user="$(id -u):$(id -g)" -v "$(pwd):/tmp" leplusorg/kali
```Add the `--rm` option if you want to discard the container when you exit it.
**Windows**
In `cmd`:
```batch
docker run -t -v "%cd%:/tmp" leplusorg/kali
```In PowerShell:
```pwsh
docker run --rm -t -v "${PWD}:/tmp" leplusorg/kali
```Add the `--rm` option if you want to discard the container when you exit it.
## Request new tool
Please use [this link](https://github.com/leplusorg/docker-kali/issues/new?assignees=thomasleplus&labels=enhancement&template=feature_request.md&title=%5BFEAT%5D) (GitHub account required) to request that a new tool be added to the image. I am always interested in adding new capabilities to these images.