mitm
from multiprocessing import Process from scapy.all import * import sys import time def get_mac(targetip): #this function gets and records the MAC address of the network class Arper: def __init__(self, victim, destination, interface=”eth0″): #This function initiate the class def run(self): #this function runs the overall structure of the attack def poison(self): #this function performs the poisoning […]