Capture commands not working
dlm-mp2023 opened this issue · 0 comments
dlm-mp2023 commented
Hi, We're using config files, like the below, but not seeing the command details. Everything else is working just fine, on multiple servers. Any suggestions?
{
"logs": "file,terminal,json",
"logs_location": "/var/log/honeypots/",
"syslog_address": "",
"syslog_facility": 0,
"postgres": "",
"sqlite_file":"",
"db_options": [],
"sniffer_filter": "",
"sniffer_interface": "",
"honeypots": {
"ssh":{
"port":22,
"ip":"0.0.0.0",
"username":"admin",
"password":"abc123",
"log_file_name":"ssh.log",
"max_bytes":1000000,
"backup_count":10,
"options":["capture_commands","fix_get_client_ip"]
}
}
}