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:
10
README.md
10
README.md
@ -4,7 +4,7 @@
|
||||
|
||||
## Overview
|
||||
|
||||
Beelzebub is an advanced honeypot framework designed to provide a highly secure environment for detecting and analyzing cyber attacks. It offers a low code approach for easy implementation and utilizes virtualization techniques powered by GPT-3, the OpenAI language model.
|
||||
Beelzebub is an advanced honeypot framework designed to provide a highly secure environment for detecting and analyzing cyber attacks. It offers a low code approach for easy implementation and utilizes virtualization techniques powered by OpenAI Generative Pre-trained Transformer.
|
||||
|
||||

|
||||
|
||||
@ -12,10 +12,6 @@ Beelzebub is an advanced honeypot framework designed to provide a highly secure
|
||||
|
||||
Learn how to integrate Beelzebub with OpenAI GPT-3 by referring to our comprehensive guide on Medium: [Medium Article](https://medium.com/@mario.candela.personal/how-to-build-a-highly-effective-honeypot-with-beelzebub-and-chatgpt-a2f0f05b3e1)
|
||||
|
||||
For a visual representation of the integration, you can explore the following diagram:
|
||||
|
||||
[](https://static.swimlanes.io/24d6634a381aa8eb0decf5bac7ae214d.png)
|
||||
|
||||
## Telegram Bot for Real-Time Attacks
|
||||
|
||||
Stay updated on real-time attacks by joining our dedicated Telegram channel: [Telegram Channel](https://t.me/beelzebubhoneypot)
|
||||
@ -243,7 +239,7 @@ passwordRegex: "^(root|qwerty|Smoker666)$"
|
||||
deadlineTimeoutSeconds: 60
|
||||
```
|
||||
|
||||

|
||||
[](https://asciinema.org/a/604522)
|
||||
|
||||
## Roadmap
|
||||
|
||||
@ -257,6 +253,6 @@ Happy hacking!
|
||||
|
||||
## License
|
||||
|
||||
Beelzebub is licensed under the [GNU GPL 3 License](LICENSE).
|
||||
Beelzebub is licensed under the [MIT License](LICENSE).
|
||||
|
||||
[](https://www.paypal.com/donate/?business=P75FH5LXKQTAC&no_recurring=0¤cy_code=EUR)
|
||||
|
Reference in New Issue
Block a user