-f -> --force
This commit is contained in:
+2
-2
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user