Update send_packet.py

This commit is contained in:
go-outside-helper 2024-03-14 17:51:54 +01:00 committed by GitHub
parent 09d46c57be
commit a6301b6b9c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,10 +1,10 @@
#!/usr/bin/env python
__author__ = "bt3"
__author__ = "Mia Stein"
from scapy.all import *
packet = IP(dst="192.168.1.114")/ICMP()/"Helloooo!"
#send(packet, loop=1)
send(packet)
packet.show()
packet.show()