Added counter of total HTTP(s) requests done during detection phase

This commit is contained in:
Bernardo Damele
2010-12-07 12:33:47 +00:00
parent effd2ca0e3
commit 8e78057ac8
3 changed files with 24 additions and 15 deletions

View File

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