mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-07-11 19:13:12 +00:00
update (smaller memory footprint in postprocessing phase because of safecharencode part)
This commit is contained in:
parent
5770c08784
commit
6bbb8139a0
5 changed files with 8 additions and 6 deletions
|
|
@ -131,7 +131,7 @@ def __oneShotErrorUse(expression, field):
|
|||
|
||||
dataToSessionFile("[%s][%s][%s][%s][%s]\n" % (conf.url, kb.injection.place, conf.parameters[kb.injection.place], expression, replaceNewlineTabs(retVal)))
|
||||
|
||||
return retVal
|
||||
return safecharencode(retVal) if kb.safeCharEncode else retVal
|
||||
|
||||
def __errorFields(expression, expressionFields, expressionFieldsList, expected=None, num=None, resumeValue=True):
|
||||
outputs = []
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue