release 0.5

This commit is contained in:
byt3bl33d3r 2014-07-26 19:04:35 +02:00
parent c162833916
commit acdbb03dfb
2 changed files with 3 additions and 1 deletions

View file

@ -1,11 +1,13 @@
from plugins.plugin import Plugin
from sslstrip.ResponseTampererFactory import ResponseTampererFactory
import threading
class AppCachePlugin(Plugin):
name = "App Cache Poison"
optname = "app"
desc = "Performs App Cache Poisoning attacks"
has_opts = True
def initialize(self,options):
'''Called if plugin is enabled, passed the options namespace'''
self.options = options