mirror of
https://github.com/sqlmapproject/sqlmap
synced 2025-12-06 16:32:23 +01:00
cosmeticados
This commit is contained in:
parent
47a7708950
commit
fcdebbd55f
1 changed files with 3 additions and 0 deletions
|
|
@ -64,6 +64,7 @@ def __selectInjection():
|
|||
|
||||
if len(points) == 1:
|
||||
kb.injection = kb.injections[0]
|
||||
|
||||
elif len(points) > 1:
|
||||
message = "there were multiple injection points, please select "
|
||||
message += "the one to use for following injections:\n"
|
||||
|
|
@ -119,6 +120,8 @@ def __showInjections():
|
|||
for inj in kb.injections:
|
||||
data += __formatInjection(inj)
|
||||
|
||||
data = data.rstrip("\n")
|
||||
|
||||
dumper.technic(header, data)
|
||||
|
||||
def __saveToSessionFile():
|
||||
|
|
|
|||
Loading…
Reference in a new issue