mirror of
https://github.com/autistic-symposium/sec-pentesting-toolkit.git
synced 2025-04-28 03:26:08 -04:00
Update send_packet.py
This commit is contained in:
parent
09d46c57be
commit
a6301b6b9c
@ -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()
|
||||
|
Loading…
x
Reference in New Issue
Block a user