mirror of
https://github.com/mariocandela/beelzebub.git
synced 2025-07-01 18:47:26 -04:00
Feature: non-blocking tracer, changed license (#57)
* refactor tracer, introduce worker to avoid un-blocker trace strategy * fixed unit test and refactor dockerFile * buffered events chan * refactor yaml API core, initial web hook tracing implementations * added banner * changed license from GPL 3 to MIT * Edit readme
This commit is contained in:
@ -85,6 +85,14 @@ func (b *Builder) Close() error {
|
||||
}
|
||||
|
||||
func (b *Builder) Run() error {
|
||||
fmt.Println(
|
||||
`
|
||||
██████ ███████ ███████ ██ ███████ ███████ ██████ ██ ██ ██████
|
||||
██ ██ ██ ██ ██ ███ ██ ██ ██ ██ ██ ██ ██
|
||||
██████ █████ █████ ██ ███ █████ ██████ ██ ██ ██████
|
||||
██ ██ ██ ██ ██ ███ ██ ██ ██ ██ ██ ██ ██
|
||||
██████ ███████ ███████ ███████ ███████ ███████ ██████ ██████ ██████
|
||||
Honeypot Framework, happy hacking!`)
|
||||
// Init Prometheus openmetrics
|
||||
go func() {
|
||||
if (b.beelzebubCoreConfigurations.Core.Prometheus != parser.Prometheus{}) {
|
||||
|
Reference in New Issue
Block a user