2
0
mirror of https://github.com/mozilla/cipherscan.git synced 2024-09-28 23:53:41 +02:00

analyze.py: update example of json input

This commit is contained in:
Julien Vehent 2016-02-24 10:52:18 -05:00
parent 639bc45bf7
commit 9f0226e00b

View File

@ -404,7 +404,7 @@ def main():
parser = argparse.ArgumentParser( parser = argparse.ArgumentParser(
description='Analyze cipherscan results and provides guidelines to improve configuration.', description='Analyze cipherscan results and provides guidelines to improve configuration.',
usage='\n* Analyze a single target, invokes cipherscan: $ ./analyze.py -t [target]' \ usage='\n* Analyze a single target, invokes cipherscan: $ ./analyze.py -t [target]' \
'\n* Evaluate json results passed through stdin: $ python analyze.py < target_results.json' \ '\n* Evaluate json results passed through stdin: $ python analyze.py target_results.json' \
'\nexample: ./analyze.py -t mozilla.org', '\nexample: ./analyze.py -t mozilla.org',
epilog='Julien Vehent [:ulfr] - 2014') epilog='Julien Vehent [:ulfr] - 2014')
parser.add_argument('-d', dest='debug', action='store_true', parser.add_argument('-d', dest='debug', action='store_true',