fixed text

This commit is contained in:
byt3bl33d3r 2014-07-22 11:11:58 +02:00
parent cf7c9e9e10
commit 591c43db94

View file

@ -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()