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

Releases: khast3x/Offensive-Dockerfiles

Deploy Tool Release

16 Nov 21:17
Compare
Choose a tag to compare

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

Deploy Tool Alpha Pre release

12 Nov 03:07
Compare
Choose a tag to compare
Pre-release

⭐ Deploy Tool

Golang binary to deploy like champ.
Only Linux for now, more to follow ❤️