mirror of
https://github.com/byt3bl33d3r/MITMf.git
synced 2025-07-07 21:42:17 -07:00
added version attr to all plugins
This commit is contained in:
parent
4c465b3806
commit
ad6c3d8ed3
16 changed files with 36 additions and 20 deletions
|
@ -5,12 +5,13 @@ from PIL import Image
|
|||
|
||||
|
||||
class Upsidedownternet(Plugin):
|
||||
name = "Upsidedownternet"
|
||||
optname = "upsidedownternet"
|
||||
desc = 'Flips images 180 degrees'
|
||||
name = "Upsidedownternet"
|
||||
optname = "upsidedownternet"
|
||||
desc = 'Flips images 180 degrees'
|
||||
implements = ["handleResponse", "handleHeader"]
|
||||
has_opts = False
|
||||
req_root = False
|
||||
version = "0.1"
|
||||
has_opts = False
|
||||
req_root = False
|
||||
|
||||
def initialize(self, options):
|
||||
from PIL import Image, ImageFile
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue