You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
v2.5.7: --save scan output to file (#7)
new --save flag dumps a copy of the scan into <target>.md (or an
explicit path if given). tee-style: every printf/puts call goes both
to stdout (with ansi colors as before) AND to the save file (with
ansi escapes stripped). file is wrapped in a markdown code block.
terminal output is byte-identical to the no-save case. no protocol
changes, no scoring changes, no openssl bump, no on-the-wire
fingerprint changes. save-file md header is brand-free so the public
audit grep over the source stays at the existing 2 matches.