From 9512022a73bd8e4a6d20d9cb45a4fecf38caec0c Mon Sep 17 00:00:00 2001 From: Evan Hosinski Date: Fri, 10 Oct 2025 16:48:43 -0400 Subject: [PATCH] Standardize and fix README code block formatting for improved readability --- README.md | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 9d7a36e..c7e3c8f 100644 --- a/README.md +++ b/README.md @@ -63,14 +63,12 @@ The HTML report includes: ### Binary Download Download the latest compiled binary from the releases page: -``` - -powershell +```powershell Download rmm-hunter.exe -Run with administrator privileges``` +Run with administrator privileges +``` ### Building from Source -``` The Scurvy Library is not publicly accessible making building this tool from source impossible at the moment. @@ -79,13 +77,16 @@ The Scurvy Library is not publicly accessible making building this tool from sou ### Hunt Mode Execute a comprehensive system scan: + ```powershell powershell .\rmm-hunter.exe hunt ``` With custom output file: -powershell .\rmm-hunter.exe hunt --output custom-report.json``` +```powershell +powershell .\rmm-hunter.exe hunt --output custom-report.json +``` Exclude specific RMM tools from detection: ```powershell