MCPcopy Index your code
hub / github.com/mozilla/cipherscan / usage

Function usage

cscan.py:197–204  ·  view source on GitHub ↗

Print usage information.

()

Source from the content-addressed store, hash-verified

195
196
197def usage():
198 """Print usage information."""
199 print("./cscan.py [ARGUMENTS] host[:port] [SNI-HOST-NAME]")
200 print()
201 print("-l, --list List probe names")
202 print("-p name, --probe Run just a single probe")
203 print("-j, --json Output in JSON format")
204 print("-v, --verbose Use verbose output")
205
206if __name__ == "__main__":
207 try:

Callers 1

cscan.pyFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected