diff --git a/lib/core/option.py b/lib/core/option.py index 3fdc408fc..9d6875076 100644 --- a/lib/core/option.py +++ b/lib/core/option.py @@ -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():