mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-03-23 19:34:13 +03:00
cosmeticados
This commit is contained in:
parent
47a7708950
commit
fcdebbd55f
|
@ -64,6 +64,7 @@ def __selectInjection():
|
||||||
|
|
||||||
if len(points) == 1:
|
if len(points) == 1:
|
||||||
kb.injection = kb.injections[0]
|
kb.injection = kb.injections[0]
|
||||||
|
|
||||||
elif len(points) > 1:
|
elif len(points) > 1:
|
||||||
message = "there were multiple injection points, please select "
|
message = "there were multiple injection points, please select "
|
||||||
message += "the one to use for following injections:\n"
|
message += "the one to use for following injections:\n"
|
||||||
|
@ -119,6 +120,8 @@ def __showInjections():
|
||||||
for inj in kb.injections:
|
for inj in kb.injections:
|
||||||
data += __formatInjection(inj)
|
data += __formatInjection(inj)
|
||||||
|
|
||||||
|
data = data.rstrip("\n")
|
||||||
|
|
||||||
dumper.technic(header, data)
|
dumper.technic(header, data)
|
||||||
|
|
||||||
def __saveToSessionFile():
|
def __saveToSessionFile():
|
||||||
|
|
Loading…
Reference in New Issue
Block a user