Skip to content
This repository has been archived by the owner on Dec 30, 2019. It is now read-only.

Deploy Tool Release

Latest
Compare
Choose a tag to compare
@khast3x khast3x released this 16 Nov 21:17
· 1 commit to master since this release

Deploy Tool Release πŸŽ‰

This golang binary should work on Linux, Windows and OSX.

❕ Make sure both git and docker are installed in your $PATH (make sure you can type git or docker 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!

demo