This project is just another offensive cybersecurity toolbox within a container.
The container is based on Kali Linux.
It is made to be used in command line attached to a docker
process
(i.e., running sudo docker run -t -i --rm piotrcki/pentest-toolbox
).
To discover included tools and configuration, read the Dockerfile.
sudo docker image pull piotrcki/pentest-toolbox
Security Warning: Since DockerHub disabled image building for free accounts, I have built this image on my personal laptop. This is not the most secure build system I can dream about, but it's consistent with my threat model. Yours may differ from mine, especially if you don't trust me or if you care about nation-state bad actors.
git clone https://github.com/piotrcki/pentest-toolbox
sudo docker build --pull --no-cache -t piotrcki/pentest-toolbox pentest-toolbox/
cd pentest-toolbox
git pull
sudo docker build --pull --no-cache -t piotrcki/pentest-toolbox .
You can propose a fix or a new feature by either opening an issue or a pull request. Please provide a rationale and respect the 4 spaced indentation of the Dockerfile.
The license only applies to the Dockerfile.