diff options
Diffstat (limited to 'release-0.6.9/tests/fuzz-mdns.py')
-rwxr-xr-x | release-0.6.9/tests/fuzz-mdns.py | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/release-0.6.9/tests/fuzz-mdns.py b/release-0.6.9/tests/fuzz-mdns.py deleted file mode 100755 index aeea295..0000000 --- a/release-0.6.9/tests/fuzz-mdns.py +++ /dev/null @@ -1,8 +0,0 @@ -#!/usr/bin/python - -from scapy import * - - -sendp(Ether(type=0x800, dst="ff:ff:ff:ff:ff:ff")/IP(dst="224.0.0.251")/fuzz(UDP(dport = 5353, sport = 5353)/DNS(qd = fuzz(DNSQR()))),loop=1, iface="realtek0") - - |