mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-19 00:13:33 +00:00
adcd7ae6d1
* Improve rc script * Clean up * Pass maintainership to submitter * Fix build with newer Go PR: 247140 PR: 248948 Submitted by: ezri.mudde@dutchsec.com Approved by: remco.verhoef@dutchsec.com (maintainer)
21 lines
303 B
TOML
21 lines
303 B
TOML
[listener]
|
|
type="socket"
|
|
|
|
[service.ssh-simulator]
|
|
type="ssh-simulator"
|
|
credentials=["root:root", "root:password"]
|
|
|
|
[[port]]
|
|
ports=["tcp/8022"]
|
|
services=["ssh-simulator"]
|
|
|
|
[channel.console]
|
|
type="console"
|
|
|
|
[[filter]]
|
|
channel=["console"]
|
|
|
|
[[logging]]
|
|
output="/var/log/honeytrap/logging.log"
|
|
level="debug"
|