Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ca33715

Browse files
committed
added reminder TODO
1 parent 8093f39 commit ca33715

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

lib/core/option.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1823,6 +1823,8 @@ def emit(self, record):
18231823
'id': len(self.loghist)+1})
18241824

18251825
if conf.fdLog:
1826+
# TODO: this is very heavy operation and slows down a lot the
1827+
# whole execution of the sqlmap engine, find an alternative
18261828
os.write(conf.fdLog, base64pickle(self.loghist))
18271829

18281830
def _setRestAPILog():

0 commit comments

Comments
 (0)