xmap icon indicating copy to clipboard operation
xmap copied to clipboard

Show probe modules and output fields

Open idealeer opened this issue 2 years ago • 2 comments

Show probe modules:

$ ./src/xmap --list-probe-modules Probe-modules (IPv6): udp tcp_syn icmp_echo icmp_echo_gw icmp_echo_tmxd Probe-modules (IPv4): udp dns dnsr dnsx dnsf dnsz dnss dnsv tcp_scan tcp_syn icmp_echo

List help information of any module:

$ ./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

idealeer avatar Oct 15 '21 02:10 idealeer

Module icmp_echo_gw and icmp_echo_tmxd are used to discover the IPv6 peripheries described in our paper.

idealeer avatar Dec 08 '21 12:12 idealeer

If you want to check output fields, such as icmp_echo_gw, please use xmap -M icmp_echo_gw --list-output-field.

idealeer avatar Jul 31 '23 09:07 idealeer