mirror of
https://github.com/mariocandela/beelzebub.git
synced 2025-07-01 18:47:26 -04:00
fix typo README.md
This commit is contained in:
25
README.md
25
README.md
@ -219,28 +219,7 @@ Example with OpenAI GPT-4:
|
|||||||
apiVersion: "v1"
|
apiVersion: "v1"
|
||||||
protocol: "ssh"
|
protocol: "ssh"
|
||||||
address: ":2222"
|
address: ":2222"
|
||||||
description: "SSH interactive ChatGPT"
|
description: "SSH interactive OpenAI GPT-4"
|
||||||
commands:
|
|
||||||
- regex: "^(.+)$"
|
|
||||||
plugin: "LLMHoneypot"
|
|
||||||
serverVersion: "OpenSSH"
|
|
||||||
serverName: "ubuntu"
|
|
||||||
passwordRegex: "^(root|qwerty|Smoker666|123456|jenkins|minecraft|sinus|alex|postgres|Ly123456)$"
|
|
||||||
deadlineTimeoutSeconds: 60
|
|
||||||
plugin:
|
|
||||||
llmModel: "gpt4-o"
|
|
||||||
openAISecretKey: "sk-proj-123456"
|
|
||||||
```
|
|
||||||
|
|
||||||
###### Honeypot LLM Honeypots
|
|
||||||
|
|
||||||
Example with OpenAI GPT-4:
|
|
||||||
|
|
||||||
```yaml
|
|
||||||
apiVersion: "v1"
|
|
||||||
protocol: "ssh"
|
|
||||||
address: ":2222"
|
|
||||||
description: "SSH interactive ChatGPT"
|
|
||||||
commands:
|
commands:
|
||||||
- regex: "^(.+)$"
|
- regex: "^(.+)$"
|
||||||
plugin: "LLMHoneypot"
|
plugin: "LLMHoneypot"
|
||||||
@ -259,7 +238,7 @@ Example with Ollama Llama3:
|
|||||||
apiVersion: "v1"
|
apiVersion: "v1"
|
||||||
protocol: "ssh"
|
protocol: "ssh"
|
||||||
address: ":2222"
|
address: ":2222"
|
||||||
description: "SSH interactive ChatGPT"
|
description: "SSH Ollama Llama3"
|
||||||
commands:
|
commands:
|
||||||
- regex: "^(.+)$"
|
- regex: "^(.+)$"
|
||||||
plugin: "LLMHoneypot"
|
plugin: "LLMHoneypot"
|
||||||
|
Reference in New Issue
Block a user