mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 20:51:31 +00:00
cosmeticados
This commit is contained in:
@@ -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():
|
||||||
|
|||||||
Reference in New Issue
Block a user