2022-12-16 23:02:16 +01:00
|
|
|
apiVersion: "v1"
|
|
|
|
protocol: "ssh"
|
|
|
|
address: ":2222"
|
|
|
|
description: "SSH interactive ChatGPT"
|
|
|
|
commands:
|
|
|
|
- regex: "^(.+)$"
|
2024-06-23 10:55:06 +02:00
|
|
|
plugin: "LLMHoneypot"
|
2022-12-16 23:02:16 +01:00
|
|
|
serverVersion: "OpenSSH"
|
|
|
|
serverName: "ubuntu"
|
2025-02-16 22:48:59 +01:00
|
|
|
passwordRegex: "^(root|qwerty|Smoker666|123456|jenkins|minecraft|sinus|alex|postgres|Ly123456|1234)$"
|
2024-07-21 20:11:18 +02:00
|
|
|
deadlineTimeoutSeconds: 6000
|
2022-12-16 23:02:16 +01:00
|
|
|
plugin:
|
2025-02-16 22:48:59 +01:00
|
|
|
llmProvider: "openai"
|
|
|
|
llmModel: "gpt4-o"
|
|
|
|
openAISecretKey: "sk-proj-12345"
|