Skip to content

Instantly share code, notes, and snippets.

View stawmar's full-sized avatar

Marek Stawicki stawmar

  • Blik
  • Lublin
View GitHub Profile
from scapy.all import *
from scapy.layers.inet import *
pakiet = IP(dst="192.168.56.101")/ICMP()/"Hello it's Marek"
response = sr1(pakiet)