Open anitsh opened 4 years ago
docker pull kalilinux/kali-linux-docker docker run -ti kalilinux/kali-linux-docker /bin/bash
apt install kali-linux-top10 Tried to install this meta package but apt could not find it. Search pointed to katloon, kali tools intaller
While trying to run katloon, found out there was no python. intalled python, so intalled it.
https://itsfoss.com/best-kali-linux-tools
need to complete https://medium.com/@airman604/kali-linux-in-a-docker-container-5a06311624eb installation and moving forward.
The last part in the blog was nothing much.
docker run -ti --rm --mount type=bind,src=/some/path/kali-root,dst=/root --mount type=bind,src=/some/path/kali-postgres,dst=/var/lib/postgresql my-kali bash
Just showed how to mount the volume.
To make a better use of this tool, basic pen-test and security audit must be understood.