mirror of
https://github.com/mariocandela/beelzebub.git
synced 2025-07-01 18:47:26 -04:00

* add LMM Honeypot HTTP Server * improve unit test code coverage * integrate LLM plugin into http honeypot strategy * improve code coverage * fix typos * improve OpenAI plugin with gpt-4, adpt new API amd map new object
13 lines
344 B
YAML
13 lines
344 B
YAML
apiVersion: "v1"
|
|
protocol: "ssh"
|
|
address: ":2222"
|
|
description: "SSH interactive ChatGPT"
|
|
commands:
|
|
- regex: "^(.+)$"
|
|
plugin: "LLMHoneypot"
|
|
serverVersion: "OpenSSH"
|
|
serverName: "ubuntu"
|
|
passwordRegex: "^(root|qwerty|Smoker666|123456|jenkins|minecraft|sinus|alex|postgres|Ly123456)$"
|
|
deadlineTimeoutSeconds: 60
|
|
plugin:
|
|
openAISecretKey: "" |