mirror of
https://github.com/byt3bl33d3r/MITMf.git
synced 2025-07-11 07:37:11 -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.interfaces import IReadDescriptor
|
||||
from plugins.plugin import Plugin
|
||||
|
@ -11,7 +15,7 @@ import threading
|
|||
from time import sleep
|
||||
|
||||
class DNSspoof(Plugin):
|
||||
name = "DNS Spoof"
|
||||
name = "PoC DNS Spoof"
|
||||
optname = "dnsspoof"
|
||||
desc = 'Redirect DNS requests'
|
||||
has_opts = True
|
||||
|
@ -83,4 +87,4 @@ class DNSspoof(Plugin):
|
|||
|
||||
#def finish(self):
|
||||
#q.unbind(socket.AF_INET)
|
||||
#q.close()
|
||||
#q.close()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue