Comprehensive security auditing for Linux servers, web apps, and cloud infrastructure.
Run a full security audit on this server.
Check: SSH, firewall, ports, users, file permissions, updates, SSL.
Output a prioritized report with fix commands.
Audit SSH configuration:
- Is root login disabled?
- Is password auth disabled?
- What port is it on?
- Are there any weak ciphers?
Give me the exact commands to fix any issues.
Check security headers and configuration for: [URL]
Look for:
- Missing security headers (CSP, HSTS, X-Frame-Options)
- SSL/TLS issues
- CORS misconfig
- Cookie security flags
- Information disclosure
Review my cloud setup for security issues:
- Provider: [AWS/GCP/DO/Vultr]
- Services: [list running services]
- Access: [how you connect]
Focus on: IAM, network exposure, storage permissions, logging
# Security Audit Report — [Target]
**Date**: [Audit date]
**Scope**: [What was audited]
**Risk Level**: [Critical/High/Medium/Low]
## 🔴 Critical Findings
### [Finding Title]
- **Risk**: [What could happen]
- **Current State**: [What's wrong]
- **Fix**:
```bash
[Exact command to fix]
```
- **Verification**: [How to confirm the fix worked]
## 🟡 Warnings
[Medium-risk findings]
## 🟢 Passed Checks
[What's already good]
## Summary
- Critical: [X]
- Warnings: [X]
- Passed: [X]
- Overall Score: [X/100]
references/hardening-checklist.md — Complete hardening checklistreferences/common-fixes.md — Copy-paste fix commands for common issues共 1 个版本