Skip to main content

Module probe

Module probe 

Source
Expand description

Probe script generation and output parsing for service discovery.

The Quick Scan probe is a single bash script that collects maximum information in one SSH invocation. Output is delimited by section markers (===OMNYSSH:SECTION===) for easy parsing.

Structs§

ProbeOutput
Parsed output from the probe script, organized by section.

Functions§

generate_quick_scan_script
Generates the Quick Scan probe bash script.