From 0d47952611198ef6b1163f366dc03922d20b1475 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Wed, 17 Apr 2024 09:42:04 +0200 Subject: Adding upstream version 7.94+git20230807.3be01efb1+dfsg. Signed-off-by: Daniel Baumann --- nping/docs/nping-usage.txt | 120 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 120 insertions(+) create mode 100644 nping/docs/nping-usage.txt (limited to 'nping/docs/nping-usage.txt') diff --git a/nping/docs/nping-usage.txt b/nping/docs/nping-usage.txt new file mode 100644 index 0000000..3e0cfca --- /dev/null +++ b/nping/docs/nping-usage.txt @@ -0,0 +1,120 @@ +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.*.1-24 +PROBE MODES: + --tcp-connect : Unprivileged TCP connect probe mode. + --tcp : TCP probe mode. + --udp : UDP probe mode. + --icmp : ICMP probe mode. + --arp : ARP/RARP probe mode. + --tr, --traceroute : Traceroute mode (can only be used with + TCP/UDP/ICMP modes). +TCP CONNECT MODE: + -p, --dest-port : Set destination port(s). + -g, --source-port : Try to use a custom source port. +TCP PROBE MODE: + -g, --source-port : Set source port. + -p, --dest-port : Set destination port(s). + --seq : Set sequence number. + --flags : Set TCP flags (ACK,PSH,RST,SYN,FIN...) + --ack : Set ACK number. + --win : Set window size. + --badsum : Use a random invalid checksum. +UDP PROBE MODE: + -g, --source-port : Set source port. + -p, --dest-port : Set destination port(s). + --badsum : Use a random invalid checksum. +ICMP PROBE MODE: + --icmp-type : ICMP type. + --icmp-code : ICMP code. + --icmp-id : Set identifier. + --icmp-seq : Set sequence number. + --icmp-redirect-addr : Set redirect address. + --icmp-param-pointer : Set parameter problem pointer. + --icmp-advert-lifetime