From 71515f815165e7ada5ba0572df9684f0d593b18d Mon Sep 17 00:00:00 2001 From: Nikolaos Kamarinakis Date: Sun, 11 Dec 2016 17:01:01 +0200 Subject: [PATCH] Update spoof.py --- spoof.py | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/spoof.py b/spoof.py index e94cafc..375888d 100644 --- a/spoof.py +++ b/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