mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-01-29 17:49:09 +00:00
Minor bug fix
This commit is contained in:
@@ -291,6 +291,8 @@ def bisection(payload, expression, length=None, charsetType=None, firstChar=None
|
||||
if "'%s'" % CHAR_INFERENCE_MARK in payload:
|
||||
for char in ('\n', '\r'):
|
||||
if ord(char) in charTbl:
|
||||
if not isinstance(charTbl, list):
|
||||
charTbl = list(charTbl)
|
||||
charTbl.remove(ord(char))
|
||||
|
||||
if not charTbl:
|
||||
|
||||
Reference in New Issue
Block a user