Skip to content

piotrcki/pentest-toolbox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Pulling Image from Docker Hub

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.

Building Image from Sources

git clone https://github.com/piotrcki/pentest-toolbox
sudo docker build --pull --no-cache -t piotrcki/pentest-toolbox pentest-toolbox/

Updating Image from Sources

cd pentest-toolbox
git pull
sudo docker build --pull --no-cache -t piotrcki/pentest-toolbox .

Contributing

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.

Licensing

The license only applies to the Dockerfile.

About

Offensive cybersecurity toolbox within a container

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published