mirror of
https://github.com/k4m4/kickthemout.git
synced 2024-11-22 13:04:25 +01:00
Update spoof.py
This commit is contained in:
parent
c2a764f3f5
commit
71515f8151
5
spoof.py
5
spoof.py
@ -14,6 +14,7 @@ if not my_mac:
|
|||||||
print "Cant get local mac address, quitting"
|
print "Cant get local mac address, quitting"
|
||||||
sys.exit(1)
|
sys.exit(1)
|
||||||
"""
|
"""
|
||||||
|
my_mac = # MY MAC
|
||||||
|
|
||||||
# REQUEST Host_Target & Host_Impersonation
|
# REQUEST Host_Target & Host_Impersonation
|
||||||
|
|
||||||
@ -21,8 +22,8 @@ if not my_mac:
|
|||||||
target = raw_input("Enter host target: ")
|
target = raw_input("Enter host target: ")
|
||||||
impersonation = raw_input("Enter host to impersonate: ")
|
impersonation = raw_input("Enter host to impersonate: ")
|
||||||
"""
|
"""
|
||||||
target =
|
target = # TARGET MAC
|
||||||
impersonation =
|
impersonation = # IMPERSONATION MAC
|
||||||
|
|
||||||
# CRAFT & SEND PACKET
|
# CRAFT & SEND PACKET
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user