-f -> --force
This commit is contained in:
+2
-2
@@ -12,7 +12,7 @@ options:
|
|||||||
--nmap run nmap after port scan
|
--nmap run nmap after port scan
|
||||||
--open only print hosts with atleast one open port
|
--open only print hosts with atleast one open port
|
||||||
--hosts only print live hosts in the subnet
|
--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
|
--pointers only probe key ports
|
||||||
--httpx run httpx
|
--httpx run httpx
|
||||||
-t, --threads specify the number of threads (max:1000)
|
-t, --threads specify the number of threads (max:1000)
|
||||||
@@ -258,7 +258,7 @@ while [ "$1" != "" ]; do
|
|||||||
--hosts)
|
--hosts)
|
||||||
HOST_SCAN=true
|
HOST_SCAN=true
|
||||||
;;
|
;;
|
||||||
--force)
|
-f | --force)
|
||||||
FORCE=true
|
FORCE=true
|
||||||
;;
|
;;
|
||||||
--pointers)
|
--pointers)
|
||||||
|
|||||||
Reference in New Issue
Block a user