https://github.com/FinchSec/kali
Docker containers (Kali) with Wi-Fi tools
https://github.com/FinchSec/kali
container docker docker-image docker-images kali kali-linux kali-linux-tools kali-tools kalilinux linux wifi wifi-security
Last synced: 5 months ago
JSON representation
Docker containers (Kali) with Wi-Fi tools
- Host: GitHub
- URL: https://github.com/FinchSec/kali
- Owner: FinchSec
- License: apache-2.0
- Created: 2022-12-02T20:24:46.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2024-05-07T13:15:12.000Z (over 1 year ago)
- Last Synced: 2024-08-02T15:12:01.042Z (about 1 year ago)
- Topics: container, docker, docker-image, docker-images, kali, kali-linux, kali-linux-tools, kali-tools, kalilinux, linux, wifi, wifi-security
- Language: Dockerfile
- Homepage: https://finchsec.com/resources/opensource/
- Size: 81.1 KB
- Stars: 5
- Watchers: 2
- Forks: 1
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-starred - FinchSec/kali - Docker containers (Kali) with Wi-Fi tools (docker)
README
# Docker image (kali) with Wi-Fi tools
## List of tools
- Kismet
- TShark
- Aircrack-ng suite
- tcpdump
- John The ripper
- Cowpatty
- routerkeygenpc
- asleap
- bettercap
- hostapd-mana
- reaver
- mdk3
- mdk4
- hostapd-wpe
- freeradius-wpe
- wig-ng
- wifipumpkin3
- airgeddon
- eaphammer
- eapmd5pass
- pixiewps
- bully
- hashcat (not available on armv7l)
- wifite
- hashcat-utils (not available on armv7l)
- hcxdumptool
- wpa-sycophant
- pcapfix
- termshark
- hcxtools## Building
### Base
`sudo docker build . -f kali/Dockerfile.base -t kali-sshd`
### Main image
`sudo docker build . -t kali`
### OpenSSH server
`sudo docker build . -f kali/Dockerfile.sshd -t kali-sshd`
## Pulling
[](https://github.com/FinchSec/kali/actions/workflows/docker.yml)
URL: https://hub.docker.com/r/finchsec/kali
`sudo docker pull finchsec/kali`
## Running
`sudo docker run --rm -it --privileged --net=host --pid=host finchsec/kali`