Skip to content

Instantly share code, notes, and snippets.

@nomaster
Last active April 17, 2020 17:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nomaster/2a967a8d06a3f41740f86f6aaab6deea to your computer and use it in GitHub Desktop.
Save nomaster/2a967a8d06a3f41740f86f6aaab6deea to your computer and use it in GitHub Desktop.
Test raw traffic towards UDP port 10000
send(IP(dst="45.151.166.22")/UDP(dport=10000)/Raw(load="Test4"))
send(IPv6(dst="2001:678:b7c::22")/UDP(dport=10000)/Raw(load="Test6"))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment