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 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