mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 20:51:31 +00:00
Added counter of total HTTP(s) requests done during detection phase
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user