Releases: mariocandela/beelzebub
Releases · mariocandela/beelzebub
v3.3.9
What's Changed
- feat: Improve SSH LLM honeypot, preserve session after attacker logout by @mariocandela in #179
Full Changelog: v3.3.8...v3.3.9
v3.3.8
What's Changed
Full Changelog: v3.3.7...v3.3.8
v3.3.7
What's Changed
- Update docker-image.yml to add multi-platform support by @yaleman in #171
- Feat: Improve HTTP Headers serialize JSON log #172 by @mariocandela in #173
New Contributors
Full Changelog: v3.3.6...v3.3.7
v3.3.6
What's Changed
- Fix: mapping LLMModel for SSH inline, removed old comments on docker-c… by @mariocandela in #168
Full Changelog: v3.3.5...v3.3.6
v3.3.5
What's Changed
- Feat: Refactoring LLM Plugin, update docs. by @mariocandela in #165
From this version, you can use new LLM Plugin API
apiVersion: "v1"
protocol: "ssh"
address: ":2222"
description: "SSH LLM Honeypot"
commands:
- regex: "^(.+)$"
plugin: "LLMHoneypot"
serverVersion: "OpenSSH"
serverName: "ubuntu"
passwordRegex: "^(root|qwerty|Smoker666|123456|jenkins|minecraft|sinus|alex|postgres|Ly123456)$"
deadlineTimeoutSeconds: 60
plugin:
llmProvider: "openai" # openai or ollama
llmModel: "gpt4-o" #Models https://platform.openai.com/docs/models or https://ollama.com/search
openAISecretKey: "sk-proj-123456"
Full Changelog: v3.3.4...v3.3.5
v3.3.4
What's Changed
- Fix: llm plugin OpenAI generates random plaintext (hallucinations) by @mariocandela in #163
Full Changelog: v3.3.3...v3.3.4
v3.3.3
What's Changed
- Build(deps): Bump golang.org/x/crypto from 0.32.0 to 0.33.0 by @dependabot in #157
- Add suport for TLS based HTTP connections. by @bryannolen in #158
New Contributors
- @bryannolen made their first contribution in #158 🌟
Full Changelog: v3.3.2...v3.3.3
v3.3.2
What's Changed
- Bump github.com/go-resty/resty/v2 from 2.16.3 to 2.16.4 by @dependabot in #155
- Bump github.com/go-resty/resty/v2 from 2.16.4 to 2.16.5 by @dependabot in #156
Full Changelog: v3.3.1...v3.3.2
v3.3.1
What's Changed
- Feat: Refactoring plugin:LLM honeypot custom prompt by @mariocandela in #154
Full Changelog: v3.3.0...v3.3.1
v3.3.0
What's Changed
- Feat: LLM Honeypot allow specifying the custom prompt #152 by @mariocandela in #153
Full Changelog: v3.2.9...v3.3.0