mirror of
https://github.com/byt3bl33d3r/MITMf.git
synced 2025-07-07 13:32:18 -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
|
@ -13,12 +13,13 @@ import json
|
|||
import socket
|
||||
|
||||
class SessionHijacker(Plugin):
|
||||
name = "Session Hijacker"
|
||||
optname = "hijack"
|
||||
desc = "Performs session hijacking attacks against clients"
|
||||
name = "Session Hijacker"
|
||||
optname = "hijack"
|
||||
desc = "Performs session hijacking attacks against clients"
|
||||
implements = ["cleanHeaders"] #["handleHeader"]
|
||||
has_opts = True
|
||||
req_root = False
|
||||
version = "0.1"
|
||||
has_opts = True
|
||||
req_root = False
|
||||
|
||||
def initialize(self, options):
|
||||
'''Called if plugin is enabled, passed the options namespace'''
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue