Files
beelzebub/configurations/services/http-80.yaml

26 lines
594 B
YAML
Raw Normal View History

2022-05-08 20:49:53 +02:00
apiVersion: "v1"
protocol: "http"
address: ":80"
description: "Wordpress 6.0"
2022-05-08 20:49:53 +02:00
commands:
2023-06-04 23:21:22 +02:00
- regex: "^(/index.php|/index.html|/)$"
handler:
<html>
<header>
<title>Wordpress 6 test page</title>
</header>
<body>
<h1>Hello from Wordpress</h1>
</body>
</html>
2022-05-08 20:49:53 +02:00
headers:
- "Content-Type: text/html"
2022-05-29 17:05:42 +02:00
- "Server: Apache/2.4.53 (Debian)"
- "X-Powered-By: PHP/7.4.29"
2022-05-08 20:49:53 +02:00
statusCode: 200
2023-06-04 23:21:22 +02:00
- regex: "^.*$"
plugin: "LLMHoneypot"
statusCode: 200
plugin:
llmModel: "gpt-4o"
openAISecretKey: "sk-proj-123456"