mirror of
https://github.com/k4m4/kickthemout.git
synced 2025-07-15 14:09:03 +02:00
Create spoof.py
Update
This commit is contained in:
parent
861aea2102
commit
5981b071b0
1 changed files with 2 additions and 2 deletions
2
spoof.py
2
spoof.py
|
@ -42,6 +42,6 @@ def sendPacket(my_mac, gateway_ip, target_ip, target_mac):
|
||||||
|
|
||||||
def broadcastPacket():
|
def broadcastPacket():
|
||||||
packet = ether / arp
|
packet = ether / arp
|
||||||
sendp(x=packet, verbose=False)
|
sendp(x=packet, verbose=True)
|
||||||
|
|
||||||
broadcastPacket()
|
broadcastPacket()
|
Loading…
Add table
Add a link
Reference in a new issue