Fix README formatting for consistent code block styling and improve clarity in usage examples
This commit is contained in:
@@ -79,20 +79,19 @@ 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 .\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 .\rmm-hunter.exe hunt --output custom-report.json```
|
||||||
|
|
||||||
Exclude specific RMM tools from detection:
|
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
|
### Eliminate Mode
|
||||||
|
|
||||||
**Status: Under Construction**
|
**Status: Under Construction**
|
||||||
@@ -122,7 +121,6 @@ The modular architecture allows for extensible detection capabilities while main
|
|||||||
## Output Formats
|
## Output Formats
|
||||||
|
|
||||||
### JSON Report
|
### JSON Report
|
||||||
```
|
|
||||||
|
|
||||||
json { "processes": [...], "services": [...], "binaries": [...], "autoRuns": [...], "scheduledTasks": [...], "outboundConnections": [...], "directories": [...] }```
|
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)
|
- Credit to **KrakenTech LLC** (https://krakensec.tech)
|
||||||
|
|
||||||
Example attribution:
|
Example attribution:
|
||||||
```
|
```txt
|
||||||
This project uses RMM-Hunter by KrakenTech LLC
|
This project uses RMM-Hunter by KrakenTech LLC
|
||||||
https://github.com/KrakenTech/RMM-Hunter
|
https://github.com/KrakenTech/RMM-Hunter
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user