Closed hidehiroanto closed 1 month ago
The scapy.get_if_hwaddr("eth0") call here always returns the MAC address of the eth0 interface outside of the run environment. This breaks Level 12 of Intercepting Communication.
Moving it below the scapy.conf.ifaces.reload() line fixes it.
Thanks!
The scapy.get_if_hwaddr("eth0") call here always returns the MAC address of the eth0 interface outside of the run environment. This breaks Level 12 of Intercepting Communication.
Moving it below the scapy.conf.ifaces.reload() line fixes it.