Last active
August 30, 2018 14:12
-
-
Save freedomwarrior/e2f3ab2848b1b8030de607272a67a09e to your computer and use it in GitHub Desktop.
scapy
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| sendp(Ether(src=RandMAC(),dst=RandMAC())/IP(src=RandIP(),dst=RandIP()), iface='enp2s0', count=1000) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment