From c2a764f3f5ae0c4cb51608145e11605baf3e5678 Mon Sep 17 00:00:00 2001 From: Nikolaos Kamarinakis Date: Sun, 11 Dec 2016 16:44:24 +0200 Subject: [PATCH] Update spoof.py --- spoof.py | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/spoof.py b/spoof.py index ea3f4da..e94cafc 100644 --- a/spoof.py +++ b/spoof.py @@ -2,6 +2,7 @@ import scapy from scapy.all import * +""" # GET MAC ADDRESS def get_mac_address(): my_macs = [get_if_hwaddr(i) for i in get_if_list()] @@ -12,11 +13,16 @@ my_mac = get_mac_address() if not my_mac: print "Cant get local mac address, quitting" sys.exit(1) +""" # REQUEST Host_Target & Host_Impersonation +""" target = raw_input("Enter host target: ") impersonation = raw_input("Enter host to impersonate: ") +""" +target = +impersonation = # CRAFT & SEND PACKET