mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 12:41:30 +00:00
Minor fixes to checking/re-enabling of xp_cmdshell procedure
This commit is contained in:
@@ -93,7 +93,12 @@ class xp_cmdshell:
|
||||
|
||||
inject.goStacked(cmd)
|
||||
|
||||
return wasLastRequestDelayed()
|
||||
delayed = wasLastRequestDelayed()
|
||||
|
||||
if isinstance(delayed, bool):
|
||||
return delayed
|
||||
else:
|
||||
return None
|
||||
|
||||
def xpCmdshellForgeCmd(self, cmd):
|
||||
self.__randStr = randomStr(lowercase=True)
|
||||
|
||||
Reference in New Issue
Block a user