mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-07-11 19:13:12 +00:00
Added counter of total HTTP(s) requests done during detection phase
This commit is contained in:
parent
effd2ca0e3
commit
8e78057ac8
3 changed files with 24 additions and 15 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue