Skip to content

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

OptionTypeDescriptionDefault
portintegerTCP port number for the PostgreSQL service5432