mirror of
https://github.com/sqlmapproject/sqlmap.git
synced 2026-07-11 19:13:12 +00:00
Minor update
This commit is contained in:
parent
4a4fa07bdd
commit
c6577b80d9
6 changed files with 7 additions and 10 deletions
|
|
@ -329,7 +329,7 @@ def main():
|
|||
except KeyboardInterrupt:
|
||||
pass
|
||||
|
||||
if conf.harFile:
|
||||
if conf.get("harFile"):
|
||||
with openFile(conf.harFile, "w+b") as f:
|
||||
f.write(json.dumps(conf.httpCollector.obtain(), indent=4, separators=(',', ': ')))
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue