https://github.com/iepathos/kalidock
Kali Linux docker wrapper environment
https://github.com/iepathos/kalidock
Last synced: 4 months ago
JSON representation
Kali Linux docker wrapper environment
- Host: GitHub
- URL: https://github.com/iepathos/kalidock
- Owner: iepathos
- Created: 2022-07-28T01:37:27.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-07-28T03:39:16.000Z (almost 4 years ago)
- Last Synced: 2025-10-09T20:03:20.651Z (8 months ago)
- Language: Dockerfile
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
kalidock
-----
## Kali Linux docker wrapper environment
Bunch of scripts and docker setups to containerize various kali tooling for a cross-platform pentesting environment.
Some limitations with this approach especially if you need to run some password cracking that takes advantage of GPU acceleration. I have seen implementations using nvidia-docker which you can try if you're using an nvidia GPU.
Developed by Glen Baker for personal use
# VPN
Copy openvpn profile to vpn.ovpn, it will be mounted into the vpn client container and networked with the interactive kali container. Good practice to run behind a vpn, can modify the docker-compose.yml to avoid running the vpn container.
# Tools and Usage
Needs to be ran once `./create-volumes.sh`
## Interactive Kali Shell
Enter an interactive kali container with a bunch of default tools installed for general working environment. Put any files you need to pass into the container into the `in` directory.
`./enter.sh`
## Nmap
`docker-compose run nmap *args*`
## John The Ripper
Move the input for John into the `in` directory.
`docker-compose run john --wordlist=/usr/share/wordlists/john.lst `
## Metasploit
`docker-compose run msf`