Skip to content

Commit 6bf9bfe

Browse files
authoredOct 8, 2017
Merge branch 'master' into timk-sni-monkey-patch
2 parents 9442be8 + 9c4006c commit 6bf9bfe

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed
 

‎lib/core/__version__.py

-1
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,3 @@
33
# +-+-+-+-+-+-+-+-+-+ https://github.com/codingo/VHostScan
44

55
__version__ = '1.5.4'
6-

‎lib/helpers/output_helper.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ def output_json(self, filename):
6767
'Hash': host.hash,
6868
'Headers': headers}
6969
output['Result'] = result
70-
file.write_file(json.dumps(output))
70+
file.write_file(json.dumps(output, indent=2))
7171

7272

7373
def output_fuzzy(self):

0 commit comments

Comments
 (0)