mirror of
https://github.com/byt3bl33d3r/MITMf.git
synced 2025-07-08 05:51:48 -07:00
updated requirements.txt, changed imports to mitmflib
This commit is contained in:
parent
5b969e09fb
commit
aa246130e2
13 changed files with 75 additions and 22 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 scapy.all import *
|
||||
from mitmflib.scapy.all import *
|
||||
|
||||
class Spoof(Plugin):
|
||||
name = "Spoof"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue