mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-07-03 23:11:29 +00:00
Rework:solve problem of saving result of --sql-query in CSV file
This commit is contained in:
parent
4851c69b2a
commit
cc7c5e7950
2 changed files with 40 additions and 1 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue