mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2024-11-25 19:13:48 +03:00
removed pdb
This commit is contained in:
parent
f0d3e6c565
commit
f34e6badfd
|
@ -189,8 +189,6 @@ def bisection(payload, expression, length=None, charsetType=None, firstChar=None
|
|||
if maxValue == 1:
|
||||
return None
|
||||
elif minValue == maxChar:
|
||||
import pdb
|
||||
pdb.set_trace()
|
||||
charTbl = xrange( maxChar + 1, (maxChar + 1) << 8 )
|
||||
maxChar = maxValue = charTbl[-1]
|
||||
minValue = charTbl[0]
|
||||
|
|
Loading…
Reference in New Issue
Block a user