tpotce/docker/cowrie/dist/cowrie.cfg

26 lines
491 B
INI
Raw Normal View History

[honeypot]
hostname = ubuntu
report_public_ip = true
auth_class = AuthRandom
auth_class_parameters = 2, 5, 10
reported_ssh_port = 22
2018-05-04 16:29:55 +00:00
data_path = /tmp/cowrie/data
[ssh]
version = SSH-2.0-OpenSSH_7.2p2 Ubuntu-4ubuntu2.2
2018-05-04 16:29:55 +00:00
listen_endpoints = tcp:22:interface=0.0.0.0
[telnet]
enabled = true
2018-05-04 16:29:55 +00:00
listen_endpoints = tcp:23:interface=0.0.0.0
reported_port = 23
[output_jsonlog]
2018-05-04 16:29:55 +00:00
enabled = true
logfile = log/cowrie.json
[output_textlog]
2018-05-04 16:29:55 +00:00
enabled = false
logfile = log/cowrie-textlog.log
format = text