Quickstart
Take your first steps with the Beelzebub Framework.
The Beelzebub Framework provides a simple yaml interface to configure a honeypot. This example configure a simple SSH honeypot.
Run Beelzebub
We provide two quick start options for run Beelzebub: using Go compiler or docker container.
Go compiler
Docker compose
You can find the precompiled container at the following link: https://hub.docker.com/r/m4r10/beelzebub
Now that you have executed Beelzebub, you will find several pre-configured honeypots within the project. They are located inside the configurations/services
directory, try the simple SSH honeypot on port 22
Last updated