| Version | Supported |
|---|---|
| Latest | β Yes |
| < Latest | β No |
Do NOT create a public GitHub issue for security vulnerabilities.
This is especially important for a security-focused tool.
Please email: CaputoDav@gmail.com
Include:
- Description of the vulnerability
- Steps to reproduce
- Potential impact
- Suggested fix (if any)
| Timeframe | Action |
|---|---|
| 24 hours | Acknowledgment |
| 72 hours | Initial assessment |
| 7 days | Status update |
| 30 days | Resolution target |
- Run with minimum required privileges when possible
- Review scripts before running on production systems
- Keep the tool updated for latest security checks
- Secure report files - they contain system information
- Use encrypted channels when sending reports
# β Bad - Running without review
curl https://... | sudo bash
# β
Good - Download, review, then run
git clone https://github.com/CaputoDavide93/linux-security-monitor.git
less security-monitor.sh # Review the code
sudo ./security-monitor.sh- Running latest version of the scripts
- Report files have restricted permissions (600)
- Cron job logs are secured
- Email alerts use encrypted transport
- Scripts are verified after download
Thank you for helping keep this project secure! π