From ac37cc1e2ed29aec45e6f591867e402896cfe5df Mon Sep 17 00:00:00 2001 From: galex505 <173912747+galex505@users.noreply.github.com> Date: Tue, 31 Mar 2026 15:26:56 +0200 Subject: [PATCH] chore: remove personal hostname from command line options --- usage/flags.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usage/flags.rst b/usage/flags.rst index 17f6318..5b515ce 100644 --- a/usage/flags.rst +++ b/usage/flags.rst @@ -242,7 +242,7 @@ Output Options --max-reasons int Show at most X reasons why a match is considered dangerous (0 = no limit) (default 2) --printshim Include all SHIM cache entries in the output as 'info' level messages --printamcache Include all AmCache entries in the output as 'info' level messages - -j, --overwrite-hostname string Override the local hostname value with a static value (useful when scanning mounted images in the lab. Requires a Forensic Lab license. (default "goetz-debian12-client") + -j, --overwrite-hostname string Override the local hostname value with a static value (useful when scanning mounted images in the lab. Requires a Forensic Lab license. -i, --scanid string Specify a scan identifier (useful to filter on the scan ID, should be unique) --scanid-prefix string Specify a prefix for the scan ID that is concatenated with a random ID if neither --scanid nor --noscanid are specified (default "S-") --noscanid Do not automatically generate a scan identifier if none is specified