mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 06:50:14 +00:00
code refactoring
This commit is contained in:
parent
4f01d4c109
commit
0dc630203f
4 changed files with 10 additions and 15 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue