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)