You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
git clone --depth 1 https://github.com/aaaguirrep/offensive-docker-custom.git offensive-docker
cd offensive-docker
# Copy and paste the tokens or api keys in the dockerfile and build the docker
docker build -t offensive-docker .
docker run --rm -it --name my-offensive-docker offensive-docker /bin/zsh
Considerations to run the container
There are differents use cases for use the image and you should know how to run the container properly.
Use the container to access HTB (Hack the Box) machines by HTB vpn.
Share information from your local directory to container directory and save information on your local directory. You should save information under /offensive directory.
docker run --rm -it -v /path/to/local/directory:/offensive --name my-offensive-docker offensive-docker /bin/zsh
Mount directories by umount command.
docker run --rm -it --privileged --name my-offensive-docker offensive-docker /bin/zsh
โ Environment tested
The image was tested in the following environments:
Docker service for Mac: Docker version 19.03.5, build 633a0ea
Docker service for Linux instance on Google Cloud Platform: Docker version 19.03.6, build 369ce74a3c
Docker service for Linux droplet on Digital Ocean: Docker version 19.03.6, build 369ce74a3c
โ Donations
Thanks for your donations, are always appreciated.
While I drink the coffee I check more tools to add in the docker image.