-
-
Notifications
You must be signed in to change notification settings - Fork 128
Open
Description
Hi,
i have some issues setting up the honeypot with a postgre database.
I use the configuration from #78, just to make sure i am using a working configuration but it doesnt create any tables on execution.
Ubuntu 24.04
Python 13.3
sudo -E python3 -m honeypots --setup http --config config.json
{
"logs": "db_postgres",
"logs_location": "",
"syslog_address":"",
"syslog_facility":0,
"postgres":{
"username":"postgres",
"password":"mypassword",
"hostname":"localhost",
"port":"5432",
"db":"honeypots"
},
"sqlite_file":"",
"db_options":["drop"],
"sniffer_filter": "",
"sniffer_interface": "",
"honeypots": {
"http": {
"port": 80,
"username": "test",
"password": "test"
}
}
}
any hints?
Metadata
Metadata
Assignees
Labels
No labels