this post was submitted on 18 Mar 2026
-4 points (16.7% liked)

netsec - Network Security

449 readers
10 users here now

This is the netsec Community, a community-curated aggregator of technical information security content. Our mission is to extract signal from the noise - to provide value to security practitioners, students, researchers, and hackers everywhere.

Content Guidelines:

Discussion Guidelines:

Prohibited Content:

founded 2 years ago
MODERATORS
 

Built a simple tool that scans any website for security issues and gives you a letter grade (A-F). Checks:

  • SSL certificate validity and expiry
  • Security headers (HSTS, CSP, X-Frame-Options, X-Content-Type-Options, Referrer-Policy, Permissions-Policy)
  • DNS configuration (A records, AAAA/IPv6, MX, SPF)
  • Response speed (TTFB)

Try it: http://5.78.129.127/security-scan

Also works as API endpoints for monitoring scripts:

curl http://5.78.129.127/api/ssl/example.com
curl http://5.78.129.127/api/headers/inspect?url=https%3A%2F%2Fexample.com

No signup, no tracking. Would love feedback on what other checks would be useful.

no comments (yet)
sorted by: hot top controversial new old
there doesn't seem to be anything here