This repository has been archived by the owner on Dec 30, 2019. It is now read-only.
Releases: khast3x/Offensive-Dockerfiles
Releases · khast3x/Offensive-Dockerfiles
Deploy Tool Release
Deploy Tool Release 🎉
This golang binary should work on Linux, Windows and OSX.
❕ Make sure both
git
anddocker
are installed in your $PATH (make sure you can typegit
ordocker
in your terminal).
This tools also works if you wrap your environment with a remote docker host configuration using docker-machine env
.
From the deploy helper menu, you can:
-
⭐ Build offensive dockerfiles
- Supports parallel building
- Supports
docker-machine env
wrapping
-
⭐ Launch each built tool from the menu
- Tools are launched as a background job
- Each output is saved in ./output/ folder
- Supports
docker-machine env
wrapping
-
⭐ List all tools, indicates if the tool is built or running
- Clean table layout with colouring
- Supports
docker-machine env
wrapping
-
⭐ Delete built images
- Supports parallel delete
- Supports
docker-machine env
wrapping
-
⭐ Print generated output logs, directly from the menu
This is my first golang release, expect some minor bugs!
enjoy!
Deploy Tool Alpha Pre release
⭐ Deploy Tool
Golang binary to deploy like champ.
Only Linux for now, more to follow ❤️