Hello world!
Welcome to WordPress. This is your first post. Edit or delete it, then start writing!
# Beelzebub   [](https://postimg.cc/yWfPNqH7) A secure honeypot framework low code, extremely easy to configure by yaml ๐ ## Examples: [`mariocandela/beelzebub-example`](https://github.com/mariocandela/beelzebub-example) ## 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 ``` Unit Test: ```bash $ go test ./... ``` ## 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!