mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-07 21:21:33 +00:00
proper fix
This commit is contained in:
@@ -93,12 +93,7 @@ class xp_cmdshell:
|
||||
|
||||
inject.goStacked(cmd)
|
||||
|
||||
delayed = wasLastRequestDelayed()
|
||||
|
||||
if isinstance(delayed, bool):
|
||||
return delayed
|
||||
else:
|
||||
return None
|
||||
return wasLastRequestDelayed()
|
||||
|
||||
def xpCmdshellForgeCmd(self, cmd):
|
||||
self.__randStr = randomStr(lowercase=True)
|
||||
|
||||
Reference in New Issue
Block a user