mirror of
https://github.com/sqlmapproject/sqlmap
synced 2025-12-07 08:52:20 +01:00
Trivial style update
This commit is contained in:
parent
5adac57ca9
commit
70265fd3b5
1 changed files with 2 additions and 0 deletions
|
|
@ -350,6 +350,8 @@ class Agent(object):
|
|||
nulledCastedField = rootQuery.isnull.query % nulledCastedField
|
||||
|
||||
if conf.hexConvert or conf.binaryFields and field in conf.binaryFields.split(','):
|
||||
import pdb
|
||||
pdb.set_trace()
|
||||
nulledCastedField = self.hexConvertField(nulledCastedField)
|
||||
|
||||
return nulledCastedField
|
||||
|
|
|
|||
Loading…
Reference in a new issue