mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-03-14 15:14:31 +03:00
cosmeticados
This commit is contained in:
parent
47a7708950
commit
fcdebbd55f
|
@ -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 New Issue
Block a user