round44: Optionale masscan-Beschleunigung fuer den vollstaendigen Portscan mit automatischem Fallback

This commit is contained in:
2026-07-25 13:05:41 +02:00
parent d4ff497c8c
commit 59bb4a30b8
4 changed files with 94 additions and 2 deletions

View File

@@ -18,6 +18,14 @@ services:
- ./apps/backend/plugins:/app/plugins:ro
ports:
- "3001:3001"
# Für den optionalen, per masscan beschleunigten vollständigen Portscan
# (siehe scanner/masscan.ts) - masscan braucht Zugriff auf rohe Sockets.
# Ohne diese Capabilities funktioniert LaunchPad trotzdem ganz normal,
# der Portscan fällt dann automatisch auf die eingebaute (langsamere)
# Methode zurück - kein Muss, aber empfohlen für Tempo.
cap_add:
- NET_RAW
- NET_ADMIN
frontend:
build: