Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8093f39 commit ca33715Copy full SHA for ca33715
1 file changed
lib/core/option.py
@@ -1823,6 +1823,8 @@ def emit(self, record):
1823
'id': len(self.loghist)+1})
1824
1825
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
1828
os.write(conf.fdLog, base64pickle(self.loghist))
1829
1830
def _setRestAPILog():
0 commit comments