Initial commit: Server Management Toolkit v2.0
- Complete security menu restructure (3-mode: Analysis/Actions/Live) - Intelligent cPHulk enablement with CSF whitelist import - Live network security monitoring dashboard - Multi-source threat detection and classification - 50+ organized security tools across 4-level menu hierarchy - System health diagnostics with cPanel/WHM integration - Reference database for cross-module intelligence sharing
This commit is contained in:
+55
@@ -0,0 +1,55 @@
|
||||
# Temporary files
|
||||
/tmp/
|
||||
*.tmp
|
||||
*.swp
|
||||
*.swo
|
||||
*~
|
||||
|
||||
# Reference database (session data)
|
||||
.sysref
|
||||
|
||||
# System-specific logs
|
||||
*.log
|
||||
|
||||
# Backup files
|
||||
*.bak
|
||||
*.backup
|
||||
|
||||
# Reports (generated files)
|
||||
*_report_*.txt
|
||||
|
||||
# IDE/Editor files
|
||||
.vscode/
|
||||
.idea/
|
||||
*.code-workspace
|
||||
|
||||
# OS files
|
||||
.DS_Store
|
||||
Thumbs.db
|
||||
|
||||
# Runtime directories
|
||||
/modules/security/temp/
|
||||
/modules/security/live-monitor-*/
|
||||
|
||||
# Credentials and keys (NEVER commit these)
|
||||
*.key
|
||||
*.pem
|
||||
*.crt
|
||||
*.p12
|
||||
*.pfx
|
||||
credentials.*
|
||||
secrets.*
|
||||
.env
|
||||
.env.*
|
||||
*.token
|
||||
*.secret
|
||||
|
||||
# SSH keys
|
||||
id_rsa
|
||||
id_rsa.pub
|
||||
id_ed25519
|
||||
id_ed25519.pub
|
||||
|
||||
# Config files that might contain sensitive data
|
||||
config.local.*
|
||||
*.credentials
|
||||
Reference in New Issue
Block a user