Skip to content

Releases: mariocandela/beelzebub

v3.3.9

09 Mar 12:46
933f029
Compare
Choose a tag to compare

What's Changed

  • feat: Improve SSH LLM honeypot, preserve session after attacker logout by @mariocandela in #179

asciicast

Full Changelog: v3.3.8...v3.3.9

v3.3.8

02 Mar 04:33
ef07ca1
Compare
Choose a tag to compare

What's Changed

  • Feat: continuous delivery pipeline add latest tag, by @yaleman in #174

Full Changelog: v3.3.7...v3.3.8

v3.3.7

01 Mar 11:33
1f59685
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v3.3.6...v3.3.7

v3.3.6

20 Feb 21:42
8963bbc
Compare
Choose a tag to compare

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

18 Feb 09:24
38297fa
Compare
Choose a tag to compare

What's Changed

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

16 Feb 15:31
8703d1a
Compare
Choose a tag to compare

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

13 Feb 19:59
db80447
Compare
Choose a tag to compare

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

Full Changelog: v3.3.2...v3.3.3

v3.3.2

24 Jan 08:04
4813685
Compare
Choose a tag to compare

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

16 Jan 07:47
99c7287
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.3.0...v3.3.1

v3.3.0

14 Jan 07:48
c3d2ff8
Compare
Choose a tag to compare

What's Changed

Full Changelog: v3.2.9...v3.3.0