Fix README formatting for consistent code block styling and improve clarity in usage examples

This commit is contained in:
Evan Hosinski
2025-10-10 16:47:27 -04:00
parent 23c1a7d8a7
commit 967b0c1de1
+5 -7
View File
@@ -79,20 +79,19 @@ 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
```
powershell .\rmm-hunter.exe hunt```
With custom output file:
```
powershell .\rmm-hunter.exe hunt --output custom-report.json```
Exclude specific RMM tools from detection:
```powershell
powershell .\rmm-hunter.exe hunt --exclude TeamViewer,AnyDesk
```
powershell .\rmm-hunter.exe hunt --exclude TeamViewer,AnyDesk```
### Eliminate Mode
**Status: Under Construction**
@@ -122,7 +121,6 @@ The modular architecture allows for extensible detection capabilities while main
## Output Formats
### JSON Report
```
json { "processes": [...], "services": [...], "binaries": [...], "autoRuns": [...], "scheduledTasks": [...], "outboundConnections": [...], "directories": [...] }```
@@ -168,7 +166,7 @@ If you use RMM-Hunter in your project or research, please provide attribution by
- Credit to **KrakenTech LLC** (https://krakensec.tech)
Example attribution:
```
```txt
This project uses RMM-Hunter by KrakenTech LLC
https://github.com/KrakenTech/RMM-Hunter
```