From 2c2ff4576fabcdd47ee19bf88ba3dfcaa942da14 Mon Sep 17 00:00:00 2001 From: jc Date: Mon, 11 Aug 2025 13:09:10 +0000 Subject: [PATCH] -f -> --force --- portradar.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/portradar.sh b/portradar.sh index b92c13c..1f939df 100755 --- a/portradar.sh +++ b/portradar.sh @@ -12,7 +12,7 @@ options: --nmap run nmap after port scan --open only print hosts with atleast one open port --hosts only print live hosts in the subnet - --force probe open ports when ping is disabled + -f, --force probe open ports when ping is disabled --pointers only probe key ports --httpx run httpx -t, --threads specify the number of threads (max:1000) @@ -258,7 +258,7 @@ while [ "$1" != "" ]; do --hosts) HOST_SCAN=true ;; - --force) + -f | --force) FORCE=true ;; --pointers)