Hello world!
Welcome to WordPress. This is your first post. Edit or delete it, then start writing!
# Beelzebub  A secure multi protocol low interaction honeypot, extremely easy to configure by yaml ๐ ## Quick Start Using [`docker-compose`](https://docs.docker.com/compose/) ```bash $ docker-compose build $ docker-compose up -d ``` Using [`go compiler`](https://go.dev/doc/install) ```bash $ go mod download $ go build $ ./beelzebub ``` ## Example configuration service The configurations are inside the /configurations/services directory, just add a new file for each service/port. ### Example HTTP Honeypot on 80 port ###### http-80.yaml ```yaml apiVersion: "v1" protocol: "http" address: ":80" description: "Wordpress 6.0" commands: - regex: "index.php" handler: "
Welcome to WordPress. This is your first post. Edit or delete it, then start writing!