mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-06 20:51:31 +00:00
minor fix/update
This commit is contained in:
@@ -1829,7 +1829,7 @@ def filterControlChars(value):
|
||||
Returns string value with control
|
||||
chars being supstituted with ' '
|
||||
"""
|
||||
return filterStringValue(output, NON_CONTROL_CHAR_REGEX, ' ')
|
||||
return filterStringValue(value, NON_CONTROL_CHAR_REGEX, ' ')
|
||||
|
||||
def isDBMSVersionAtLeast(version):
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user