Xiang Li
Xiang Li
Hi, XMap identifies the gateway MAC address by arp detection (IPv4). So if `arp -a` does not work, XMap can neither find the gateway MAC address. To solve this issue,...
Maybe that your machine's memory capacity is a little deficient. **Note**: XMap uses the bloomfilter to check the duplicate results, which costs some of the memory. Choose the proper `--est-elements`...
After testing, `5e8` is fine for a 4GB memory machine. Besides, if you do not need to de-duplicate, use `--output-filter="success = 1 && (repeat = 0 || repeat = 1)"`...
If the `--est-elements` is a little small, by default, XMap will miss some valid responses due to the de-duplicate function. To solve this, use `--output-filter="success = 1 && (repeat =...
Module `icmp_echo_gw` and `icmp_echo_tmxd` are used to discover the IPv6 peripheries described in our paper.
If you want to check output fields, such as `icmp_echo_gw`, please use `xmap -M icmp_echo_gw --list-output-field`.
超时消息的出现是由于目标路由器存在路由循环漏洞导致,并非所有的路由器均存在此种情况。该漏洞在论文中也有深入分析与测试。如果有条件,可以再次进行测试,判断是否还存在该漏洞。
需要手动指定一下
tudoor的数据包构造是在权威服务器侧,这个使用python+scapy就可以了。