This repository has been archived by the owner on Dec 30, 2019. It is now read-only.
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!