• Stars
    star
    1,202
  • Rank 38,676 (Top 0.8 %)
  • Language
    TypeScript
  • License
    GNU General Publi...
  • Created over 2 years ago
  • Updated 9 months ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Hundreds of Offensive and Useful Docker Images for Network Intrusion. The name says it all.

🐳 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?

Documentation Netlify Status License: GPL v3

Table of Contents

Web App

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

Built with

HOUDINI is created using:

And using the following packages:

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 boostrap command you have to:

  • yarn install in the main directory
  • yarn run bootstrap in the main directory
  • 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 yarn over npm

Setup

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

yarn install && cd ./webapp && yarn install

Build

To build the app you have to run:

yarn run build

Run

To execute the app locally you have to run:

yarn start

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 (/webapp/src/_tools). Every time you run yarn start from the main directory the /tools folder is copied in /webapp/src/_tools. So if you add a new tool while the app is running it won't show up until you update the /webapp/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:

yarn run update

Roadmap

Here is the current roadmap:

  • Responsive Design
  • Add copy botton in <code> tags (make it a component)
  • Check bootstrap command on Linux systems
  • Fix margin, padding in tool pages to make it more readable
  • Add tools (reach at least 100)
  • 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.

Credits

HOUDINI is an idea of Gaetano Perrone and is proudly developed @SecSI by:

License

HOUDINI is an open-source and free software released under the GNU GPL v3.

More Repositories

1

RAUDI

A repo to automatically generate and keep updated a series of Docker images through GitHub Actions.
Python
545
star
2

dockerized-android

A container-based framework to enable the integration of mobile components in security training platforms
TypeScript
174
star
3

robodroid

Manage (and soon deploy) Android machines with pre-defined behaviors for Cyber Range environments.
Python
82
star
4

invisible-backdoor-detector

A quick script to spot the usage of Unicode Bidi (bidirectional) characters that could lead to an Invisible Backdoor
Python
30
star
5

robodroid-library

Curated list of Frida scripts for RoboDroid to run pre-defined behaviors.
TypeScript
22
star
6

topmostp

A simple CLI tool to retrieve the N top most used ports
Python
10
star
7

PentestUtils

Advices, table actions and wordlists in order to do penetration testing
Shell
10
star
8

docker-vuln-runner

A Docker runner for vulnhub environment.
Python
9
star
9

blueborne-dockerized

Repo code for the related post on SecSI Blog: https://secsi.io/blog/blueborne-kill-chain-on-dockerized-android
Python
7
star
10

ews-nmap

Extract web servers from an Nmap XML file
Python
6
star
11

nmapvulners2csv

Convert Nmap Vulners script output to CSV
Python
5
star
12

cybertrivia

Easily create a trivia board game from a generic YAML file.
TypeScript
2
star
13

ForkAD

A sleek UI for ForcAD
TypeScript
1
star
14

ansible-cyber-range-demo

A demo about cyber-ranges
Shell
1
star
15

slidev-theme-secsi

The SecSI Slidev Theme
CSS
1
star
16

tldr-hackscripts

The TLDR hacking script provided by SecSI
Makefile
1
star
17

docker-traceroute

Docker traceroute with -S patch offered by Mike D. Schiffman
Dockerfile
1
star