mirror of
https://github.com/autistic-symposium/sec-pentesting-toolkit.git
synced 2025-08-18 11:18:22 -04:00
Update send_packet.py
This commit is contained in:
parent
09d46c57be
commit
a6301b6b9c
1 changed files with 2 additions and 2 deletions
|
@ -1,10 +1,10 @@
|
||||||
#!/usr/bin/env python
|
#!/usr/bin/env python
|
||||||
|
|
||||||
__author__ = "bt3"
|
__author__ = "Mia Stein"
|
||||||
|
|
||||||
from scapy.all import *
|
from scapy.all import *
|
||||||
|
|
||||||
packet = IP(dst="192.168.1.114")/ICMP()/"Helloooo!"
|
packet = IP(dst="192.168.1.114")/ICMP()/"Helloooo!"
|
||||||
#send(packet, loop=1)
|
#send(packet, loop=1)
|
||||||
send(packet)
|
send(packet)
|
||||||
packet.show()
|
packet.show()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue