code refactoring

This commit is contained in:
Miroslav Stampar
2010-12-07 13:34:06 +00:00
parent 4f01d4c109
commit 0dc630203f
4 changed files with 10 additions and 15 deletions

View File

@@ -115,7 +115,7 @@ def __formatInjection(inj):
def __showInjections():
header = "sqlmap identified the following injection points "
header += "with %d HTTP(s) requests" % kb.testCount
header += "with %d HTTP(s) requests" % kb.testQueryCount
data = ""
for inj in kb.injections: