mirror of
https://github.com/sqlmapproject/sqlmap
synced 2025-12-06 16:32:23 +01:00
added reminder TODO
This commit is contained in:
parent
8093f3950d
commit
ca337159f5
1 changed files with 2 additions and 0 deletions
|
|
@ -1823,6 +1823,8 @@ class LogRecorder(logging.StreamHandler):
|
|||
'id': len(self.loghist)+1})
|
||||
|
||||
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))
|
||||
|
||||
def _setRestAPILog():
|
||||
|
|
|
|||
Loading…
Reference in a new issue