mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-07-03 15:01:13 +00:00
Merge cf2d76a863 into c0d343b341
This commit is contained in:
commit
83689880f3
3 changed files with 182 additions and 1 deletions
|
|
@ -87,11 +87,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