mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2025-12-08 05:31:32 +00:00
added reminder TODO
This commit is contained in:
@@ -1823,6 +1823,8 @@ class LogRecorder(logging.StreamHandler):
|
|||||||
'id': len(self.loghist)+1})
|
'id': len(self.loghist)+1})
|
||||||
|
|
||||||
if conf.fdLog:
|
if conf.fdLog:
|
||||||
|
# TODO: this is very heavy operation and slows down a lot the
|
||||||
|
# whole execution of the sqlmap engine, find an alternative
|
||||||
os.write(conf.fdLog, base64pickle(self.loghist))
|
os.write(conf.fdLog, base64pickle(self.loghist))
|
||||||
|
|
||||||
def _setRestAPILog():
|
def _setRestAPILog():
|
||||||
|
|||||||
Reference in New Issue
Block a user