Skip to content

Commit

Permalink
Merge branch 'master' into timk-sni-monkey-patch
Browse files Browse the repository at this point in the history
  • Loading branch information
codingo authored Oct 8, 2017
2 parents 9442be8 + 9c4006c commit 6bf9bfe
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion lib/core/__version__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,3 @@
# +-+-+-+-+-+-+-+-+-+ https://github.com/codingo/VHostScan

__version__ = '1.5.4'

2 changes: 1 addition & 1 deletion lib/helpers/output_helper.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ def output_json(self, filename):
'Hash': host.hash,
'Headers': headers}
output['Result'] = result
file.write_file(json.dumps(output))
file.write_file(json.dumps(output, indent=2))


def output_fuzzy(self):
Expand Down

0 comments on commit 6bf9bfe

Please sign in to comment.