using odd veths for packet injection and sniffing in examples
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
from scapy.all import *
|
||||
|
||||
sniff(iface = "veth6", prn = lambda x: hexdump(x))
|
||||
sniff(iface = "veth7", prn = lambda x: hexdump(x))
|
||||
|
||||
Reference in New Issue
Block a user