57 lines
990 B
JSON
57 lines
990 B
JSON
{
|
|
"log_mode": "file",
|
|
"log_path": "honeypot.log",
|
|
"web": {
|
|
"enabled": true,
|
|
"bind": "127.0.0.1",
|
|
"port": 6333
|
|
},
|
|
"services": {
|
|
"http": true,
|
|
"https": true,
|
|
"ssh": true,
|
|
"ftp": true,
|
|
"smtp": true,
|
|
"pop3": true,
|
|
"imap": true,
|
|
"telnet": true,
|
|
"mysql": true,
|
|
"postgresql": true,
|
|
"redis": true,
|
|
"mongodb": true,
|
|
"rdp": true,
|
|
"smb": true,
|
|
"sip": true,
|
|
"vnc": true,
|
|
"dns": true,
|
|
"snmp": true,
|
|
"ldap": true,
|
|
"generic": []
|
|
},
|
|
"ports": {
|
|
"http": 8080,
|
|
"https": 8443,
|
|
"ssh": 2222,
|
|
"ftp": 2121,
|
|
"smtp": 2525,
|
|
"pop3": 1110,
|
|
"imap": 1143,
|
|
"telnet": 2323,
|
|
"mysql": 3306,
|
|
"postgresql": 5432,
|
|
"redis": 6379,
|
|
"mongodb": 27017,
|
|
"rdp": 3389,
|
|
"smb": 4450,
|
|
"sip": 5060,
|
|
"vnc": 5900,
|
|
"dns": 5353,
|
|
"snmp": 1161,
|
|
"ldap": 3890
|
|
},
|
|
"certificates": {
|
|
"ssh_host_key_path": "",
|
|
"tls_cert_path": "",
|
|
"tls_key_path": ""
|
|
}
|
|
} |