mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-08-04 14:55:40 +00:00
suppress session in case of brute methods
This commit is contained in:
parent
b313a20a3f
commit
c17714c423
3 changed files with 6 additions and 1 deletions
|
|
@ -430,7 +430,7 @@ def dataToStdout(data, forceOutput=False):
|
|||
print data.encode(conf.dataEncoding)
|
||||
|
||||
def dataToSessionFile(data):
|
||||
if not conf.sessionFile:
|
||||
if not conf.sessionFile or kb.suppressSession:
|
||||
return
|
||||
|
||||
conf.sessionFP.write(data)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue