-f -> --force

This commit is contained in:
jc
2025-08-11 13:09:10 +00:00
parent 42562a0c00
commit 2c2ff4576f
+2 -2
View File
@@ -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)