From 9eb2d6ef14ee4f7c5c79ca4fb3e53c3a4536deb7 Mon Sep 17 00:00:00 2001 From: AndReicscs Date: Fri, 26 Jun 2026 11:01:08 +0000 Subject: [PATCH] hotfix: use availablePort template in tcp-tarpit to prevent port conflicts --- Sensors/official/TcpTarpit/tcp-tarpit.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Sensors/official/TcpTarpit/tcp-tarpit.json b/Sensors/official/TcpTarpit/tcp-tarpit.json index e7212d6..866a9c1 100644 --- a/Sensors/official/TcpTarpit/tcp-tarpit.json +++ b/Sensors/official/TcpTarpit/tcp-tarpit.json @@ -1,6 +1,6 @@ { "id": "hw-sensor-tcp-tarpit", - "version": "2.0.0", + "version": "2.0.1", "name": "TCP Tarpit (Credential Trap)", "category": "network", "osi_layer": "Network Layer", @@ -106,7 +106,7 @@ { "name": "HW_DECOY_PORTS", "description": "Comma-separated list of internal ports to tarpit.", - "default": "2222,3306", + "default": "{{ availablePort 2222 }},{{ availablePort 3306 }}", "type": "string", "required": false, "hidden": false