mirror of
https://github.com/nmap/nmap.git
synced 2026-09-04 01:14:37 +00:00
Nping usage true-up
This commit is contained in:
parent
7d1c26968c
commit
b8d3d9cff2
1 changed files with 3 additions and 3 deletions
|
|
@ -1,9 +1,9 @@
|
|||
Nping 0.5.59BETA1 ( https://nmap.org/nping )
|
||||
Nping 0.7.92SVN ( https://nmap.org/nping )
|
||||
Usage: nping [Probe mode] [Options] {target specification}
|
||||
|
||||
TARGET SPECIFICATION:
|
||||
Targets may be specified as hostnames, IP addresses, networks, etc.
|
||||
Ex: scanme.nmap.org, microsoft.com/24, 192.168.0.1; 10.0.0-255.1-254
|
||||
Ex: scanme.nmap.org, microsoft.com/24, 192.168.0.1; 10.0.*.1-24
|
||||
PROBE MODES:
|
||||
--tcp-connect : Unprivileged TCP connect probe mode.
|
||||
--tcp : TCP probe mode.
|
||||
|
|
@ -96,7 +96,7 @@ MISC:
|
|||
-N, --no-capture : Do not try to capture replies.
|
||||
--privileged : Assume user is fully privileged.
|
||||
--unprivileged : Assume user lacks raw socket privileges.
|
||||
--send-eth : Send packets at the raw ethernet layer.
|
||||
--send-eth : Send packets at the raw Ethernet layer.
|
||||
--send-ip : Send packets using raw IP sockets.
|
||||
--bpf-filter <filter spec> : Specify custom BPF filter.
|
||||
OUTPUT:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue