Skip to content

Instantly share code, notes, and snippets.

@freedomwarrior
Last active August 30, 2018 14:12
Show Gist options
  • Select an option

  • Save freedomwarrior/e2f3ab2848b1b8030de607272a67a09e to your computer and use it in GitHub Desktop.

Select an option

Save freedomwarrior/e2f3ab2848b1b8030de607272a67a09e to your computer and use it in GitHub Desktop.
scapy
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