12973423efe7f7cc97a3bc605b9e6ca2a94a0a77
FEATURES ADDED: - Bot fingerprinting: Multi-signal detection (UA, headers, referer, admin access, timing) - Domain attack breakdown: Shows attack types, top IPs, subnets per domain - Top URLs analysis: Shows what endpoints are being targeted - Baseline storage: 30-day historical data for anomaly detection - Attack progression: Chronological attack sequences LOGIC IMPROVEMENTS: - Fingerprint scoring: 0-100 scale with proper normalization - Signal combination: +25 bonus for 3+ signals (reduces false positives) - Risk classification: CRITICAL/HIGH/MEDIUM/LOW based on score - IP validation: Regex check for proper IP format BUGS FIXED: - Removed UUOC pattern (grep|awk) - replaced with awk -v - Added IP format validation in subnet extraction - Fixed empty file handling (shows 'no data' message) - Removed dead code from domain targeting function - Fixed hardcoded URL limits (shows all, not truncated) - Corrected execution order (detect_threats before fingerprinting) TESTING: - Verified syntax: bash -n ✓ - Logic review: All logic sound, dependencies satisfied ✓ - File safety: All existence checks in place ✓ - Report sections: HIGH-CONFIDENCE BOT FINGERPRINTS, DOMAIN ATTACK BREAKDOWN, TOP TARGETED URLs ✓ Total lines: 4,652 (+511 lines) Status: Ready for testing with real logs
🧪 Linux Server Toolkit - DEV Branch
STATUS: 🚀 Development & Testing Branch (Separate from Production)
This is the
devbranch for testing, development, and experimentation. Changes here are isolated from production and can be safely tested before merging to main.
🚀 Quick Start
One command - pulls dev branch with YELLOW ⚠️ BETA banner:
curl -sL https://git.mull.lol/cschantz/Linux-Server-Management-Toolkit/archive/dev.tar.gz | tar xz && source linux-server-management-toolkit/run.sh
When exiting (option 0), answer "yes" and cleanup happens automatically - no extra steps.
📍 Key Differences (Dev vs Production)
| Feature | Dev Branch | Production |
|---|---|---|
| Cache | .sysref.beta |
.sysref |
| Version | 2.1.0-BETA |
2.1.0 |
| Banner | 🟨 Yellow (⚠️) | 🔵 Cyan |
| Git Branch | dev |
main |
| Purpose | Testing & Development | Stable/Production |
📦 Features
Comprehensive multi-panel server management suite supporting cPanel, InterWorx, Plesk, and standalone Apache with:
- 🛡️ Security & Monitoring: Live attack monitor, bot blocker, malware scanner, IP reputation
- 💾 Backup & Recovery: Acronis management, MySQL database restore
- 🌐 Website Diagnostics: Error analysis, WordPress tools, Cloudflare detection
- 📧 Email Diagnostics: Mail queue, blacklist checker, SPF/DKIM/DMARC validation
- 📊 Performance Analysis: MySQL optimization, PHP tuning, hardware health, Varnish cache
- 🔍 System Diagnostics: Health checks, loadwatch analysis, bandwidth monitoring
📖 Documentation
For detailed documentation, see the main repository: https://git.mull.lol/cschantz/Linux-Server-Management-Toolkit
Version: 2.1.0-BETA Repository: https://git.mull.lol/cschantz/Linux-Server-Management-Toolkit Branch: dev
Languages
Shell
100%