I built a security scanner that checks web apps for common vulnerabilities
in about 2 minutes.
It's non-invasive (read-only, no exploits) and covers:
- Security headers (CSP, HSTS, etc.)
- Known CVEs in detected technologies
- Exposed secrets and API keys
- Misconfigurations (Firebase, GraphQL, admin panels)
- Cookie security
- SSL/TLS issues
- And ~60 more checks
The basic scan is free. A detailed report with fix instructions is just $9.
I built this because so many people are shipping apps faster than ever with
AI coding tools - but often introducing vulnerabilities without realizing it.
Enterprise scanners cost thousands. This is meant to be a quick "security
smoke test" you can run before shipping.
mfinean•1h ago
It's non-invasive (read-only, no exploits) and covers: - Security headers (CSP, HSTS, etc.) - Known CVEs in detected technologies - Exposed secrets and API keys - Misconfigurations (Firebase, GraphQL, admin panels) - Cookie security - SSL/TLS issues - And ~60 more checks
The basic scan is free. A detailed report with fix instructions is just $9.
I built this because so many people are shipping apps faster than ever with AI coding tools - but often introducing vulnerabilities without realizing it. Enterprise scanners cost thousands. This is meant to be a quick "security smoke test" you can run before shipping.
Link: https://securemysite.io
Would love to hear your feedback if this is useful or anything you'd want to be different etc.