DEV Community

DiMeng
DiMeng

Posted on

Stop Ignoring Your Website Security — Here's a Free Scanner That Checks Everything

Every week, thousands of websites get compromised through vulnerabilities that could have been caught in 30 seconds.

I built a free security scanner that checks for the OWASP Top 10 in one command:

What it checks:

  • Security headers (CSP, HSTS, X-Frame-Options, X-Content-Type-Options)
  • SSL/TLS certificate validity
  • CORS misconfigurations
  • Open ports
  • Clickjacking protection
  • Information disclosure

Try it free: https://sec.92888888.xyz/scan?url=https://example.com

Just replace example.com with your site URL and get an instant security report with risk score and fix recommendations.

For the features you need every day — unlimited scans, PDF reports, CI/CD integration — there's a Pro version.

Why I built this:
Most small business owners and indie devs can't afford $500+/month enterprise scanners. This tool gives you 80% of the results for free.

Pro features (for those who need more):

  • Unlimited scans
  • Detailed PDF reports
  • API access for CI/CD pipelines
  • Priority vulnerability updates

Get the Pro version: https://payhip.com/b/2HZrT

Or try it now: https://sec.92888888.xyz

websecurity #devops #python #webdev #opensource


P.S. I also do manual penetration testing for clients — PayPal: 719272445@qq.com

Top comments (0)