PostgreSQL (5432)
The PostgreSQL module emulates a PostgreSQL database server, allowing you to create honeypots that mimic database services, and log login attempts.
Configuration
json
"postgres": [
{
"port": 5432
}
]Options
| Option | Type | Description | Default |
|---|---|---|---|
| port | integer | TCP port number for the PostgreSQL service | 5432 |
