Skip to content

Instantly share code, notes, and snippets.

@stawmar
Created May 8, 2022 10:05
Show Gist options
  • Save stawmar/088261a535b983a411477e616193f43e to your computer and use it in GitHub Desktop.
Save stawmar/088261a535b983a411477e616193f43e to your computer and use it in GitHub Desktop.
from scapy.all import *
from scapy.layers.inet import *
pakiet = IP(dst="192.168.56.101")/ICMP()/"Hello it's Marek"
response = sr1(pakiet)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment