Network packet and pcap file crafting/sniffing/manipulation/visualization security tool. Originally forked from scapy in 2015 and providing python3 compatibility since then.
GNU General Public License v2.0
868
stars
191
forks
source link
Skip over interfaces with no raw address (rather than crashing). #223
I get an instant crash if I import scapy while I have virtual machines running (VirtualBox via Vagrant), because one of the tunnels, vboxnet1, doesn't have a raw address. Here's a quick fix.
I get an instant crash if I import
scapy
while I have virtual machines running (VirtualBox via Vagrant), because one of the tunnels,vboxnet1
, doesn't have a raw address. Here's a quick fix.