HOUDINI CLI is the command-line interface tool for HOUDINI. It provides easy and quick access to all the Docker images in HOUDINI; dockerizing your hacking workflow has never been easier!
Installation
go install github.com/cybersecsi/HOUDINI/houdini
Usage
Run houdini to get inside the console:
███████╗███████╗ ██████╗███████╗██╗
██╔════╝██╔════╝██╔════╝██╔════╝██║
███████╗█████╗ ██║ ███████╗██║
╚════██║██╔══╝ ██║ ╚════██║██║
███████║███████╗╚██████╗███████║██║
╚══════╝╚══════╝ ╚═════╝╚══════╝╚═╝
HOUDINI CLI
Interactive mode
Available commands:
- run: runs a HOUDINI tool
- update: updates the list of tools from HOUDINI repository
- list: displays the list of all available HOUDINI tools
- clear: cleanup the output
- help: shows this message
- exit: closes HOUDINI
✔ houdini>: █