mirror of
https://github.com/byt3bl33d3r/MITMf.git
synced 2025-07-14 00:53:58 -07:00
added JavaPwn plugin
This commit is contained in:
parent
eedb48822a
commit
b3434d4c33
3 changed files with 268 additions and 1 deletions
|
@ -16,7 +16,7 @@ class BrowserProfiler(Inject, Plugin):
|
|||
self.dic_output = {} # so other plugins can access the results
|
||||
print "[*] Browser Profiler online"
|
||||
|
||||
def post2dict(self, string):
|
||||
def post2dict(self, string): #converts the ajax post to a dic
|
||||
dict = {}
|
||||
for line in string.split('&'):
|
||||
t = line.split('=')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue