百科.dev
全部条目AI 编程趋势榜开源项目技术资讯提交条目
登录
< 返回工具列表
H

houdini

> DevOps
开源

数百张针对网络入侵的攻击性和有用的 Docker 图片。名称就已经说明一切了。

1.3K stars0 点赞0 次浏览
访问官网GitHub

工具介绍

数百张针对网络入侵的攻击性和有用的 Docker 图片。名称就已经说明一切了。

HOUDINI: Hundreds of Offensive and Useful Docker Images for Network Intrusion

HOUDINI 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 repository. Pretty dope, eh?

Table of Contents

  • Web App
  • Built with
  • Add a Tool
  • Development
  • Roadmap
  • Contributions
  • Credits
  • License
  • Citation

Web App

To use HOUDINI, click the link below:

  • https://houdini.secsi.io

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).

Built with

HOUDINI is created using:

  • React
  • TypeScript
  • Tailwind CSS

And using the following packages:

  • fuse.js
  • react-github-btn
  • react-github-corner
  • react-hotkeys-hook
  • react-icons
  • react-markdown
  • react-router-dom
  • remark-gfm
  • use-clipboard-copy
  • fs-extra
  • inquirer

Add a tool

A tool is composed by:

  • A markdown file in the /tools folder
  • An entry into a Javascript file (in /web/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 boostrap command you have to:

  • pnpm install in the web folder
  • pnpm run bootstrap in the web folder
  • Add the mandatory informations to add a new tool

The mandatory informations are 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.

Development

This section provides a set of commands to run the application locally.

PLEASE use pnpm over npm

Setup

This is a React based application. Before running it you have to install all the needed packages with the following command:

cd ./web && pnpm install

Build

To build the app you have to run:

pnpm run build

Run

To execute the app locally you have to run:

pnpm dev

Please note that the folder used for showing the Markdown files in the React application is not the /tools folder, but a directory inside the source code of the React app itself (/web/src/_tools). Every time you run yarn start from the main directory the /tools folder is copied in /web/src/_tools. So if you add a new tool while the app is running it won't show up until you update the /web/src/_tools folder. For this reason a command has been added to ease this work, you can easily copy the /tools folder by running the following command while in the main directory:

pnpm run update

Roadmap

Here is the current roadmap:

  • Responsive Design
  • Add copy botton in
…

bibtex @inproceedings{CaponeDelicatoPerroneRomano2023, title = {Container‑based Virtualization for Ethical Hacking with HOUDINI}, author = {Capone, Daniele and Delicato, Angelo and Perrone, Gaetano and Romano, Simon Pietro}, booktitle = {Proceedings of the Italian Conference on Cyber Security (ITASEC) 2023}, editor = {Francesco Buccafurri and Elena Ferrari and Gianluca Lax}, year = {2023}, volume = {3488}, series = {CEUR Workshop Proceedings}, address = {Bari, Italy}, month = may, url = {https://ceur-ws.org/Vol-3488/paper09.pdf}, isbn = {1613-0073} }

Issues· 0 开放

查看全部 Issues在 GitHub 打开

暂无开放 Issues,或尚未同步最近议题。

> 标签

TypeScriptcheatsheetdockerdocker-imageshacking

暂无评论,来聊聊你的看法吧

> 工具信息

发布日期2026年8月1日
最后更新2026年9月17日
分类DevOps
定价开源

> 相关工具

D
Docker
容器化平台,标准化应用交付
G
GitHub Actions
GitHub 原生 CI/CD 工作流
N
Nginx
高性能 Web 服务器与反向代理