mirror of
https://github.com/byt3bl33d3r/MITMf.git
synced 2025-07-11 15:47:10 -07:00
re-added scapy, changed imports
This commit is contained in:
parent
aa246130e2
commit
b73ac99de3
8 changed files with 8 additions and 7 deletions
|
@ -25,7 +25,7 @@ from core.servers.dns.DNSchef import DNSChef
|
|||
from core.poisoners.dhcp.DHCPpoisoner import DHCPpoisoner
|
||||
from core.poisoners.icmp.ICMPpoisoner import ICMPpoisoner
|
||||
from plugins.plugin import Plugin
|
||||
from mitmflib.scapy.all import *
|
||||
from scapy.all import *
|
||||
|
||||
class Spoof(Plugin):
|
||||
name = "Spoof"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue