Improve initial TCP honeypot structure

This commit is contained in:
Mario
2022-07-03 12:39:27 +02:00
parent 99c5193889
commit 39a23b0075
4 changed files with 54 additions and 5 deletions

View File

@ -5,5 +5,5 @@ core:
logDisableTimestamp: true
logsPath: ./logs
tracing:
rabbitMQEnabled: true
rabbitMQURI: "amqp://beelzebub:b33lz3b4b@localhost:8888/"
rabbitMQEnabled: false
rabbitMQURI: ""

View File

@ -2,6 +2,5 @@ apiVersion: "v1"
protocol: "tcp"
address: ":3306"
description: "Mysql"
commands:
- regex: "hello"
handler: "WORLD"
banner: "mysql 4.0"
deadlineTimeoutSeconds: 60