This commit is contained in:
Aridhi Dhia eddine 2026-06-23 05:38:36 -10:00 committed by GitHub
commit 83689880f3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 182 additions and 1 deletions

View file

@ -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()