Rework:solve problem of saving result of --sql-query in CSV file

This commit is contained in:
Aridhi-Dhia-eddine 2024-04-12 01:54:24 +01:00
parent 4851c69b2a
commit cc7c5e7950
2 changed files with 40 additions and 1 deletions

View file

@ -78,11 +78,13 @@ class Custom(object):
inject.goStacked(query)
output = NULL
except SqlmapNoneDataException as ex:
logger.warning(ex)
return output
def sqlShell(self):
infoMsg = "calling %s shell. To quit type " % Backend.getIdentifiedDbms()