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

@ -38,6 +38,7 @@ type BeelzebubServiceConfiguration struct {
DeadlineTimeoutSeconds int `yaml:"deadlineTimeoutSeconds"`
PasswordRegex string `yaml:"passwordRegex"`
Description string `yaml:"description"`
Banner string `yaml:"banner"`
}
type Command struct {