Upgrading to version 0.5.

A bit more order in the code and added tasks for later on.
This commit is contained in:
tisf
2014-08-05 18:41:56 +03:00
parent 7841087ab4
commit e129465df0
2 changed files with 2 additions and 2 deletions

View File

@@ -14,7 +14,7 @@ class MuchSearch(object):
i += 1
return m
def PrintPayloads(self, m):
def print_payloads(self, m):
'''
:todo: Need to get this function much smaller.
apparently i was way too sleepy to write code...

View File

@@ -83,7 +83,7 @@ class Controller:
if len(self.vip) > 0:
ar = manySearch.sort(ar, globals.vars.column_for_vip, self.vip)
printController = manysearches.MuchSearch()
printController.PrintPayloads(ar)
printController.print_payloads(ar)
self.MainMenu()
if re.match('^set', cmd):