You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ ./src/xmap -6 -h -M icmp_echo_gw
Probe-module (IPv6 icmp_echo_gw) Help:
Probe module that sends ICMPv6 echo requests to hosts for discovering gateway.
And the following argus should be set:
--iid-module=low_fill
Payload of ICMPv6 packets will consist of 8 bytes zero unless you customize it
with:
--probe-args=file:/path_to_payload_file
--probe-args=text:SomeText
--probe-args=hex:5061796c6f6164
--probe-args=icmp-type-code-str
$ ./src/xmap -6 -h -M icmp_echo_tmxd
Probe-module (IPv6 icmp_echo_tmxd) Help:
Probe module that sends ICMPv6 echo requests to hosts for discovering routers
with routing loop. And the following argus should be set:
--iid-module=rand
--iid-num=2
--probe-ttl=64 (max)
--probes=2 (2 packets with ttl=64,63)
(`repeat' key: <IPv6, ICMPv6-type>)
Payload of ICMPv6 packets will consist of 8 bytes zero unless you customize it
with:
--probe-args=file:/path_to_payload_file
--probe-args=text:SomeText
--probe-args=hex:5061796c6f6164
--probe-args=icmp-type-code-str
The text was updated successfully, but these errors were encountered:
Show probe modules:
List help information of any module:
The text was updated successfully, but these errors were encountered: