HOUDINI
HOUDINI (Hundreds of Offensive and Useful Docker Images for Network Intrusion) is a curated list of Network Security-related Docker Images for Network Intrusion purposes. A lot of images are created and kept updated through our RAUDI project which is able to automatically update a Docker Image every time there is a new version.
HOUDINI is a collaborative project created by SecSI where everyone can contribute with new webapp features or just by adding a new tool.
To use HOUDINI, click the link below:
Other than listing a lot of tools we provide docker run commands for every one of them and useful Cheatsheets for some of them (You can also contribute by suggesting new commands to add).
Add a tool
A tool is composed by:
- A markdown file in the /tools folder
- An entry into a Javascript file (in /webapp/src/config/tools.ts)
We want people to contribute, so we created a script to automate the process of adding a new tool. All you have to do is add the description and (optionally) the cheatsheet. The command is bootstrap, here is an example:
To use the bootstrap command you have to:
- yarn install in the main directory
- yarn run bootstrap in the main directory
- Add the mandatory information to add a new tool
The mandatory information is the following:
- Fancy name: The long version name of the tool
- Docker Image: The Docker Image (in the format repo/image)
- Official Doc: A link to the official documentation for the tool
- Run Command: The run command
The last thing you have to do is to add the description and (optionally) the cheatsheet.
Install
Copyright (C) 2022 cybersecsi