mirror of
https://github.com/k4m4/kickthemout.git
synced 2024-11-22 04:54:26 +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"
|
||||
sys.exit(1)
|
||||
"""
|
||||
my_mac = # MY MAC
|
||||
|
||||
# REQUEST Host_Target & Host_Impersonation
|
||||
|
||||
@ -21,8 +22,8 @@ if not my_mac:
|
||||
target = raw_input("Enter host target: ")
|
||||
impersonation = raw_input("Enter host to impersonate: ")
|
||||
"""
|
||||
target =
|
||||
impersonation =
|
||||
target = # TARGET MAC
|
||||
impersonation = # IMPERSONATION MAC
|
||||
|
||||
# CRAFT & SEND PACKET
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user