mirror of
https://github.com/byt3bl33d3r/MITMf.git
synced 2025-07-11 23:57:12 -07:00
fixed text
This commit is contained in:
parent
cf7c9e9e10
commit
591c43db94
1 changed files with 6 additions and 2 deletions
|
@ -1,3 +1,7 @@
|
||||||
|
#
|
||||||
|
#Most of this code came from https://github.com/DanMcInerney/dnsspoof
|
||||||
|
#
|
||||||
|
|
||||||
from twisted.internet import reactor
|
from twisted.internet import reactor
|
||||||
from twisted.internet.interfaces import IReadDescriptor
|
from twisted.internet.interfaces import IReadDescriptor
|
||||||
from plugins.plugin import Plugin
|
from plugins.plugin import Plugin
|
||||||
|
@ -11,7 +15,7 @@ import threading
|
||||||
from time import sleep
|
from time import sleep
|
||||||
|
|
||||||
class DNSspoof(Plugin):
|
class DNSspoof(Plugin):
|
||||||
name = "DNS Spoof"
|
name = "PoC DNS Spoof"
|
||||||
optname = "dnsspoof"
|
optname = "dnsspoof"
|
||||||
desc = 'Redirect DNS requests'
|
desc = 'Redirect DNS requests'
|
||||||
has_opts = True
|
has_opts = True
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue