✅ All phases completed:
Phase 1 - Backend (botserver):
- Protection module with manager, API routes, tool integrations
- Lynis, RKHunter, Chkrootkit, Suricata, LMD support
- Routes registered in main.rs
Phase 2 - Frontend (botui):
- Security page with Protection tab
- Removed unused askama dependencies
Phase 3 - Documentation (botbook):
- Comprehensive protection-tools.md documentation
- Added to SUMMARY.md
Phase 4 - BASIC Keywords:
- 8 new keywords for scripting security operations
- security_protection.rs with ETL functions
Closes security protection TODO.
11 lines
128 B
Bash
Executable file
11 lines
128 B
Bash
Executable file
pkill rustc -9
|
|
pkill botserver -9
|
|
pkill botui -9
|
|
cd botserver
|
|
cargo build
|
|
cargo run -- --noconsole &
|
|
cd ../botui
|
|
cargo run &
|
|
|
|
|
|
|