docs: update security protection tools
This commit is contained in:
parent
965456b777
commit
c64ccb3bd0
1 changed files with 8 additions and 8 deletions
|
|
@ -15,7 +15,7 @@ The Security Protection module provides comprehensive host-level security throug
|
||||||
▼ HTMX/API calls
|
▼ HTMX/API calls
|
||||||
┌─────────────────────────────────────────────────────────────┐
|
┌─────────────────────────────────────────────────────────────┐
|
||||||
│ botserver (port 8088) │
|
│ botserver (port 8088) │
|
||||||
│ /api/v1/security/protection/* │
|
│ /api/security/protection/* │
|
||||||
└─────────────────────────────────────────────────────────────┘
|
└─────────────────────────────────────────────────────────────┘
|
||||||
│
|
│
|
||||||
▼ sudo (via sudoers)
|
▼ sudo (via sudoers)
|
||||||
|
|
@ -187,33 +187,33 @@ All endpoints are under `/api/v1/security/protection/`
|
||||||
|
|
||||||
**Get Status of All Tools:**
|
**Get Status of All Tools:**
|
||||||
```http
|
```http
|
||||||
GET /api/v1/security/protection/status
|
GET /api/security/protection/status
|
||||||
```
|
```
|
||||||
|
|
||||||
**Get Specific Tool Status:**
|
**Get Specific Tool Status:**
|
||||||
```http
|
```http
|
||||||
GET /api/v1/security/protection/lynis/status
|
GET /api/security/protection/lynis/status
|
||||||
```
|
```
|
||||||
|
|
||||||
**Run a Scan:**
|
**Run a Scan:**
|
||||||
```http
|
```http
|
||||||
POST /api/v1/security/protection/lynis/run
|
POST /api/security/protection/lynis/run
|
||||||
```
|
```
|
||||||
|
|
||||||
**Start/Stop Services:**
|
**Start/Stop Services:**
|
||||||
```http
|
```http
|
||||||
POST /api/v1/security/protection/suricata/start
|
POST /api/security/protection/suricata/start
|
||||||
POST /api/v1/security/protection/suricata/stop
|
POST /api/security/protection/suricata/stop
|
||||||
```
|
```
|
||||||
|
|
||||||
**Update Definitions:**
|
**Update Definitions:**
|
||||||
```http
|
```http
|
||||||
POST /api/v1/security/protection/clamav/update
|
POST /api/security/protection/clamav/update
|
||||||
```
|
```
|
||||||
|
|
||||||
**Get Scan Report:**
|
**Get Scan Report:**
|
||||||
```http
|
```http
|
||||||
GET /api/v1/security/protection/rkhunter/report
|
GET /api/security/protection/rkhunter/report
|
||||||
```
|
```
|
||||||
|
|
||||||
## Tool Details
|
## Tool Details
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue