Skip to content
This repository has been archived by the owner on Aug 28, 2018. It is now read-only.

Commit

Permalink
release 0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
byt3bl33d3r committed Jul 26, 2014
1 parent c162833 commit acdbb03
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion mitmf.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
from plugins import *
plugin_classes = plugin.Plugin.__subclasses__()

mitmf_version = "0.1"
mitmf_version = "0.5"
sslstrip_version = "0.9"
sergio_version = "0.2.1"

Expand Down
2 changes: 2 additions & 0 deletions plugins/AppCachePoison.py
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit acdbb03

Please sign in to comment.