Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 87db5d0 commit 5d06889Copy full SHA for 5d06889
1 file changed
plugins/dbms/mssqlserver/takeover.py
@@ -57,7 +57,7 @@ def spHeapOverflow(self):
57
58
break
59
60
- if addrs is None:
+ if not addrs:
61
errMsg = "sqlmap can not exploit the stored procedure buffer "
62
errMsg += "overflow because it does not have a valid return "
63
errMsg += "code for the underlying operating system (Windows "
0 commit comments