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

Function single_probe

cscan.py:191–194  ·  view source on GitHub ↗

Run a single probe against a server, print result.

(name)

Source from the content-addressed store, hash-verified

189
190
191def single_probe(name):
192 """Run a single probe against a server, print result."""
193 print(verbose_inspector(name, scan_with_config(host, port,
194 configs[name], hostname)))
195
196
197def usage():

Callers 1

cscan.pyFile · 0.85

Calls 2

verbose_inspectorFunction · 0.85
scan_with_configFunction · 0.85

Tested by

no test coverage detected