2022-05-08 20:49:53 +02:00
|
|
|
apiVersion: "v1"
|
|
|
|
protocol: "http"
|
|
|
|
address: ":80"
|
2022-05-31 22:40:25 +02:00
|
|
|
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: "^.*$"
|
2024-07-21 20:11:18 +02:00
|
|
|
plugin: "LLMHoneypot"
|
|
|
|
statusCode: 200
|
|
|
|
plugin:
|
2025-03-09 13:17:04 +01:00
|
|
|
llmModel: "gpt-4o"
|
2024-07-21 20:11:18 +02:00
|
|
|
openAISecretKey: "sk-proj-123456"
|