mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-04-29 11:48:52 +00:00
25 lines
491 B
INI
25 lines
491 B
INI
[honeypot]
|
|
hostname = ubuntu
|
|
report_public_ip = true
|
|
auth_class = AuthRandom
|
|
auth_class_parameters = 2, 5, 10
|
|
reported_ssh_port = 22
|
|
data_path = /tmp/cowrie/data
|
|
|
|
[ssh]
|
|
version = SSH-2.0-OpenSSH_7.2p2 Ubuntu-4ubuntu2.2
|
|
listen_endpoints = tcp:22:interface=0.0.0.0
|
|
|
|
[telnet]
|
|
enabled = true
|
|
listen_endpoints = tcp:23:interface=0.0.0.0
|
|
reported_port = 23
|
|
|
|
[output_jsonlog]
|
|
enabled = true
|
|
logfile = log/cowrie.json
|
|
|
|
[output_textlog]
|
|
enabled = false
|
|
logfile = log/cowrie-textlog.log
|
|
format = text
|