mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-07-02 01:27:27 -04:00
bump qHoneypots to latest master, adjust config for commands input
This commit is contained in:
91
docker/honeypots/dist/config.json
vendored
91
docker/honeypots/dist/config.json
vendored
@ -4,9 +4,7 @@
|
||||
"syslog_address":"",
|
||||
"syslog_facility":0,
|
||||
"postgres":"",
|
||||
"db_options":[
|
||||
|
||||
],
|
||||
"db_options":[],
|
||||
"filter":"",
|
||||
"interface":"",
|
||||
"honeypots":{
|
||||
@ -26,7 +24,8 @@
|
||||
"password":"anonymous",
|
||||
"log_file_name":"ftp.log",
|
||||
"max_bytes":0,
|
||||
"backup_count":10
|
||||
"backup_count":10,
|
||||
"options":["capture_commands"]
|
||||
},
|
||||
"httpproxy":{
|
||||
"port":8080,
|
||||
@ -35,7 +34,8 @@
|
||||
"password":"admin",
|
||||
"log_file_name":"httpproxy.log",
|
||||
"max_bytes":0,
|
||||
"backup_count":10
|
||||
"backup_count":10,
|
||||
"options":["capture_commands"]
|
||||
},
|
||||
"http":{
|
||||
"port":80,
|
||||
@ -45,7 +45,7 @@
|
||||
"log_file_name":"http.log",
|
||||
"max_bytes":0,
|
||||
"backup_count":10,
|
||||
"options":"fix_get_client_ip"
|
||||
"options":["capture_commands","fix_get_client_ip"]
|
||||
},
|
||||
"https":{
|
||||
"port":443,
|
||||
@ -54,7 +54,8 @@
|
||||
"password":"admin",
|
||||
"log_file_name":"https.log",
|
||||
"max_bytes":0,
|
||||
"backup_count":10
|
||||
"backup_count":10,
|
||||
"options":["capture_commands","fix_get_client_ip"]
|
||||
},
|
||||
"imap":{
|
||||
"port":143,
|
||||
@ -63,7 +64,8 @@
|
||||
"password":"123456",
|
||||
"log_file_name":"imap.log",
|
||||
"max_bytes":0,
|
||||
"backup_count":10
|
||||
"backup_count":10,
|
||||
"options":["capture_commands"]
|
||||
},
|
||||
"mysql":{
|
||||
"port":3306,
|
||||
@ -72,7 +74,8 @@
|
||||
"password":"123456",
|
||||
"log_file_name":"mysql.log",
|
||||
"max_bytes":0,
|
||||
"backup_count":10
|
||||
"backup_count":10,
|
||||
"options":["capture_commands"]
|
||||
},
|
||||
"pop3":{
|
||||
"port":110,
|
||||
@ -81,7 +84,8 @@
|
||||
"password":"123456",
|
||||
"log_file_name":"pop3.log",
|
||||
"max_bytes":0,
|
||||
"backup_count":10
|
||||
"backup_count":10,
|
||||
"options":["capture_commands"]
|
||||
},
|
||||
"postgres":{
|
||||
"port":5432,
|
||||
@ -90,7 +94,8 @@
|
||||
"password":"123456",
|
||||
"log_file_name":"postgres.log",
|
||||
"max_bytes":0,
|
||||
"backup_count":10
|
||||
"backup_count":10,
|
||||
"options":["capture_commands"]
|
||||
},
|
||||
"redis":{
|
||||
"port":6379,
|
||||
@ -99,7 +104,8 @@
|
||||
"password":"",
|
||||
"log_file_name":"redis.log",
|
||||
"max_bytes":0,
|
||||
"backup_count":10
|
||||
"backup_count":10,
|
||||
"options":["capture_commands"]
|
||||
},
|
||||
"smb":{
|
||||
"port":445,
|
||||
@ -108,7 +114,8 @@
|
||||
"password":"123456",
|
||||
"log_file_name":"smb.log",
|
||||
"max_bytes":0,
|
||||
"backup_count":10
|
||||
"backup_count":10,
|
||||
"options":["capture_commands"]
|
||||
},
|
||||
"smtp":{
|
||||
"port":25,
|
||||
@ -116,8 +123,9 @@
|
||||
"username":"root",
|
||||
"password":"123456",
|
||||
"log_file_name":"smtp.log",
|
||||
"max_bytes":0,
|
||||
"backup_count":10
|
||||
"max_bytes":10000,
|
||||
"backup_count":10,
|
||||
"options":["capture_commands"]
|
||||
},
|
||||
"socks5":{
|
||||
"port":1080,
|
||||
@ -126,7 +134,8 @@
|
||||
"password":"admin",
|
||||
"log_file_name":"socks5.log",
|
||||
"max_bytes":0,
|
||||
"backup_count":10
|
||||
"backup_count":10,
|
||||
"options":["capture_commands"]
|
||||
},
|
||||
"ssh":{
|
||||
"port":22,
|
||||
@ -135,7 +144,8 @@
|
||||
"password":"123456",
|
||||
"log_file_name":"ssh.log",
|
||||
"max_bytes":0,
|
||||
"backup_count":10
|
||||
"backup_count":10,
|
||||
"options":["capture_commands"]
|
||||
},
|
||||
"telnet":{
|
||||
"port":23,
|
||||
@ -144,7 +154,8 @@
|
||||
"password":"123456",
|
||||
"log_file_name":"telnet.log",
|
||||
"max_bytes":0,
|
||||
"backup_count":10
|
||||
"backup_count":10,
|
||||
"options":["capture_commands"]
|
||||
},
|
||||
"vnc":{
|
||||
"port":5900,
|
||||
@ -153,7 +164,8 @@
|
||||
"password":"123456",
|
||||
"log_file_name":"vnc.log",
|
||||
"max_bytes":0,
|
||||
"backup_count":10
|
||||
"backup_count":10,
|
||||
"options":["capture_commands"]
|
||||
},
|
||||
"elastic":{
|
||||
"port":9200,
|
||||
@ -162,7 +174,8 @@
|
||||
"password":"123456",
|
||||
"log_file_name":"elastic.log",
|
||||
"max_bytes":0,
|
||||
"backup_count":10
|
||||
"backup_count":10,
|
||||
"options":["capture_commands"]
|
||||
},
|
||||
"mssql":{
|
||||
"port":1433,
|
||||
@ -171,7 +184,8 @@
|
||||
"password":"",
|
||||
"log_file_name":"mssql.log",
|
||||
"max_bytes":0,
|
||||
"backup_count":10
|
||||
"backup_count":10,
|
||||
"options":["capture_commands"]
|
||||
},
|
||||
"ldap":{
|
||||
"port":389,
|
||||
@ -180,7 +194,8 @@
|
||||
"password":"123456",
|
||||
"log_file_name":"ldap.log",
|
||||
"max_bytes":0,
|
||||
"backup_count":10
|
||||
"backup_count":10,
|
||||
"options":["capture_commands"]
|
||||
},
|
||||
"ntp":{
|
||||
"port":123,
|
||||
@ -189,7 +204,8 @@
|
||||
"password":"123456",
|
||||
"log_file_name":"ntp.log",
|
||||
"max_bytes":0,
|
||||
"backup_count":10
|
||||
"backup_count":10,
|
||||
"options":["capture_commands"]
|
||||
},
|
||||
"memcache":{
|
||||
"port":11211,
|
||||
@ -198,7 +214,8 @@
|
||||
"password":"123456",
|
||||
"log_file_name":"memcache.log",
|
||||
"max_bytes":0,
|
||||
"backup_count":10
|
||||
"backup_count":10,
|
||||
"options":["capture_commands"]
|
||||
},
|
||||
"oracle":{
|
||||
"port":1521,
|
||||
@ -207,7 +224,8 @@
|
||||
"password":"123456",
|
||||
"log_file_name":"oracle.log",
|
||||
"max_bytes":0,
|
||||
"backup_count":10
|
||||
"backup_count":10,
|
||||
"options":["capture_commands"]
|
||||
},
|
||||
"snmp":{
|
||||
"port":161,
|
||||
@ -216,7 +234,28 @@
|
||||
"password":"123456",
|
||||
"log_file_name":"snmp.log",
|
||||
"max_bytes":0,
|
||||
"backup_count":10
|
||||
"backup_count":10,
|
||||
"options":["capture_commands"]
|
||||
},
|
||||
"sip":{
|
||||
"port":5060,
|
||||
"ip":"0.0.0.0",
|
||||
"username":"",
|
||||
"password":"",
|
||||
"log_file_name":"sip.log",
|
||||
"max_bytes":0,
|
||||
"backup_count":10,
|
||||
"options":["capture_commands"]
|
||||
},
|
||||
"irc":{
|
||||
"port":6667,
|
||||
"ip":"0.0.0.0",
|
||||
"username":"",
|
||||
"password":"",
|
||||
"log_file_name":"irc.log",
|
||||
"max_bytes":10000,
|
||||
"backup_count":10,
|
||||
"options":["capture_commands"]
|
||||
}
|
||||
},
|
||||
"custom_filter":{
|
||||
|
Reference in New Issue
Block a user