Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cybersecsi/houdini
Hundreds of Offensive and Useful Docker Images for Network Intrusion. The name says it all.
https://github.com/cybersecsi/houdini
cheatsheet docker docker-images hacking pentesting tools webapp
Last synced: 12 days ago
JSON representation
Hundreds of Offensive and Useful Docker Images for Network Intrusion. The name says it all.
- Host: GitHub
- URL: https://github.com/cybersecsi/houdini
- Owner: cybersecsi
- License: gpl-3.0
- Created: 2022-01-07T16:57:37.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-12-18T08:18:33.000Z (11 months ago)
- Last Synced: 2024-10-10T17:21:41.046Z (about 1 month ago)
- Topics: cheatsheet, docker, docker-images, hacking, pentesting, tools, webapp
- Language: TypeScript
- Homepage: https://houdini.secsi.io
- Size: 4.37 MB
- Stars: 1,203
- Watchers: 26
- Forks: 46
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# 🐳 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](https://github.com/cybersecsi/RAUDI) repository. Pretty dope, eh?[![Documentation](https://img.shields.io/badge/Documentation-complete-green.svg?style=flat)](https://github.com/cybersecsi/HOUDINI/blob/main/README.md)
[![Netlify Status](https://api.netlify.com/api/v1/badges/f8b06b7e-bdc6-4af8-aba9-f32e1132cd25/deploy-status)](https://app.netlify.com/sites/houdini/deploys)
[![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://github.com/cybersecsi/HOUDINI/blob/main/LICENSE)## Table of Contents
- [Web App](#web-app)
- [Built with](#built-with)
- [Add a Tool](#add-a-tool)
- [Development](#development)
- [Roadmap](#roadmap)
- [Contributions](#contributions)
- [Credits](#credits)
- [License](#license)## Web App
To use HOUDINI, click the link below:
- https://houdini.secsi.ioOther 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](https://reactjs.org/)
* [TypeScript](https://www.typescriptlang.org/)
* [Tailwind CSS](https://tailwindcss.com/)And using the following packages:
* [fuse.js](https://www.npmjs.com/package/fuse.js)
* [react-github-btn](https://www.npmjs.com/package/react-github-btn)
* [react-github-corner](https://www.npmjs.com/package/react-github-corner)
* [react-hotkeys-hook](https://www.npmjs.com/package/react-hotkeys-hook)
* [react-icons](https://www.npmjs.com/package/react-icons)
* [react-markdown](https://www.npmjs.com/package/react-markdown)
* [react-router-dom](https://www.npmjs.com/package/react-router-dom)
* [remark-gfm](https://www.npmjs.com/package/remark-gfm)
* [use-clipboard-copy](https://www.npmjs.com/package/use-clipboard-copy)
* [fs-extra](https://www.npmjs.com/package/fs-extra)
* [inquirer](https://www.npmjs.com/package/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 toolThe 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 commandThe 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:
- [x] Responsive Design
- [x] Add copy botton in ```` tags (make it a component)
- [x] Check ``bootstrap`` command on Linux systems
- [x] Fix margin, padding in tool pages to make it more readable
- [x] Add tools (reach at least 100)
- [x] Add labels **[MUST]**
- [ ] Define customizable fields **[COULD]**
- [ ] Add toolbox for customizing commands **[COULD]**
- [ ] Add webapp snippet (to keep interesting commands) **[COULD]**
- [ ] Add ``bashify`` script **[COULD]**## Contributions
Everyone is invited to contribute!
We created a **very detailed** document to describe [how to contribute to HOUDINI](https://github.com/cybersecsi/HOUDINI/blob/main/CONTRIBUTING.md).## Credits
HOUDINI is an idea of [Gaetano Perrone](https://github.com/giper45) and is proudly developed [@SecSI](https://secsi.io) by:
- [Angelo Delicato](https://github.com/thelicato)
- [Daniele Capone](https://github.com/daniele-capone)
- [Emanuele Galdi](https://github.com/emalderson)
- [Gaetano Perrone](https://github.com/giper45)## License
**HOUDINI** is an open-source and free software released under the [GNU GPL v3](/LICENSE).