added JavaPwn plugin

This commit is contained in:
byt3bl33d3r 2014-07-15 17:47:42 +02:00
parent eedb48822a
commit b3434d4c33
3 changed files with 268 additions and 1 deletions

View file

@ -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('=')