docs: document SCANNER_HTTP_RANGES port-spec format

Closes #229
This commit is contained in:
Pouzor
2026-06-27 02:05:40 +02:00
parent 16e2dedab0
commit 5b20d4fd75
2 changed files with 17 additions and 0 deletions
+3
View File
@@ -16,6 +16,9 @@ SCANNER_RANGES=["192.168.1.0/24"]
# Deep scan (optional) — extra nmap port ranges + HTTP probe for service ID on
# custom ports. Defaults below are overridable per-scan from the scan dialog.
# SCANNER_HTTP_RANGES: JSON array of port specs, each a single port "N" or an
# inclusive range "N-M" (165535, N <= M). Not CIDRs, not bare ints.
# Example: SCANNER_HTTP_RANGES=["8080","9000-9100"]
SCANNER_HTTP_RANGES=[]
SCANNER_HTTP_PROBE_ENABLED=false
SCANNER_HTTP_VERIFY_TLS=false