mirror of
https://github.com/byt3bl33d3r/MITMf.git
synced 2025-07-16 10:03:52 -07:00
-Initial Spoof plugin rewrite
-Dep check on plugins -NetfilterQueue python lib port -plugin output re-design
This commit is contained in:
parent
92be661e9d
commit
23a273e8a0
17 changed files with 595 additions and 522 deletions
|
@ -8,8 +8,9 @@ class Upsidedownternet(Plugin):
|
|||
name = "Upsidedownternet"
|
||||
optname = "upsidedownternet"
|
||||
desc = 'Flips images 180 degrees'
|
||||
has_opts = False
|
||||
implements = ["handleResponse", "handleHeader"]
|
||||
has_opts = False
|
||||
req_root = False
|
||||
|
||||
def initialize(self, options):
|
||||
from PIL import Image, ImageFile
|
||||
|
@ -17,8 +18,6 @@ class Upsidedownternet(Plugin):
|
|||
globals()['ImageFile'] = ImageFile
|
||||
self.options = options
|
||||
|
||||
print "[*] Upsidedownternet plugin online"
|
||||
|
||||
def handleHeader(self, request, key, value):
|
||||
'''Kill the image skipping that's in place for speed reasons'''
|
||||
if request.isImageRequest:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue