Standardize and fix README code block formatting for improved readability
This commit is contained in:
@@ -63,14 +63,12 @@ The HTML report includes:
|
|||||||
### Binary Download
|
### Binary Download
|
||||||
|
|
||||||
Download the latest compiled binary from the releases page:
|
Download the latest compiled binary from the releases page:
|
||||||
```
|
```powershell
|
||||||
|
|
||||||
powershell
|
|
||||||
Download rmm-hunter.exe
|
Download rmm-hunter.exe
|
||||||
Run with administrator privileges```
|
Run with administrator privileges
|
||||||
|
```
|
||||||
|
|
||||||
### Building from Source
|
### Building from Source
|
||||||
```
|
|
||||||
|
|
||||||
The Scurvy Library is not publicly accessible making building this tool from source impossible at the moment.
|
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
|
### Hunt Mode
|
||||||
|
|
||||||
Execute a comprehensive system scan:
|
Execute a comprehensive system scan:
|
||||||
|
|
||||||
```powershell
|
```powershell
|
||||||
powershell .\rmm-hunter.exe hunt
|
powershell .\rmm-hunter.exe hunt
|
||||||
```
|
```
|
||||||
|
|
||||||
With custom output file:
|
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:
|
Exclude specific RMM tools from detection:
|
||||||
```powershell
|
```powershell
|
||||||
|
|||||||
Reference in New Issue
Block a user