mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 12:41:30 +00:00
remove --error, now it's only --error-test (it needs to return True to be able to use it)
This commit is contained in:
@@ -392,7 +392,7 @@ def getValue(expression, blind=True, inband=True, error=False, fromUser=False, e
|
||||
|
||||
expression = expression.replace("DISTINCT ", "")
|
||||
|
||||
if error or conf.error:
|
||||
if error or conf.errorTest:
|
||||
value = __goError(expression)
|
||||
|
||||
if not value:
|
||||
|
||||
Reference in New Issue
Block a user