DEV Community

DiMeng
DiMeng

Posted on

Free Website Security Scanner - Check Your Site in 30 Seconds

Need a quick security check for your website?

I built a free web security scanner that checks your site for common vulnerabilities in under 30 seconds — no signup required.

What It Scans:

  • Security Headers: CSP, HSTS, X-Frame-Options, X-Content-Type-Options, Referrer-Policy, Permissions-Policy
  • SSL Certificate: Validity and expiration
  • CORS Misconfigurations: One of the most common serious vulnerabilities
  • Open Ports: What services are exposed to the internet
  • Clickjacking Protection
  • Information Disclosure Risks
  • Overall Risk Score: 0-100 with actionable recommendations

How It Works:

Just add your URL and get a complete security report with risk scoring and fix guidance.

Try it free: http://103.74.194.42/scan?url=https://example.com

For Power Users - Pro Version (9):

  • Full Python source code with 200+ vulnerability checks
  • Multi-threaded scanning engine
  • CI/CD pipeline integration
  • Detailed PDF reports for clients
  • Lifetime updates and email support

Buy Pro: https://www.paypal.com/cgi-bin/webscr?cmd=_xclick&business=719272445%40qq.com&item_name=WebSec+Scanner+Pro+Download&amount=29.00&currency_code=USD

Sample Scan Results:

When you scan a site like example.com, you get:

  • Risk assessment with score (0-100)
  • Missing security headers with fix instructions
  • Open ports detection
  • CORS policy analysis
  • Remediation recommendations

Perfect for freelancers checking client sites, developers hardening their apps, or anyone who wants to know their exposure.

Questions or need custom scans? Contact jhonwind2023@gmail.com


websecurity #devops #python #webdev #security

Top comments (0)