update scripts
This commit is contained in:
6
Blatt02/scripts/208.py
Normal file
6
Blatt02/scripts/208.py
Normal file
@@ -0,0 +1,6 @@
|
||||
from scapy.all import *
|
||||
|
||||
def packet_callback(packet):
|
||||
print(packet.summary())
|
||||
|
||||
sniff(iface="eth1", prn=packet_callback, count=10)
|
Reference in New Issue
Block a user