<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Joshua</title>
    <description>The latest articles on DEV Community by Joshua (@trustjosh_tech).</description>
    <link>https://dev.to/trustjosh_tech</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F4108200%2F32f750ef-b5ea-4eb7-b2fc-46cd3cfa0638.jpg</url>
      <title>DEV Community: Joshua</title>
      <link>https://dev.to/trustjosh_tech</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/trustjosh_tech"/>
    <language>en</language>
    <item>
      <title>I Built a Website Security Scanner in HTML/CSS/JS - Check Your Site in 5 Seconds🔥</title>
      <dc:creator>Joshua</dc:creator>
      <pubDate>Fri, 04 Sep 2026 08:32:49 +0000</pubDate>
      <link>https://dev.to/trustjosh_tech/i-built-a-website-security-scanner-in-htmlcssjs-check-your-site-in-5-seconds-4nlg</link>
      <guid>https://dev.to/trustjosh_tech/i-built-a-website-security-scanner-in-htmlcssjs-check-your-site-in-5-seconds-4nlg</guid>
      <description>&lt;p&gt;Hey devs 👋 &lt;/p&gt;

&lt;p&gt;I just built my first project and wanted to share it here. &lt;/p&gt;

&lt;p&gt;It's a &lt;em&gt;Website Security Scanner&lt;/em&gt; that checks basic security info about any website in under 5 seconds.&lt;/p&gt;

&lt;p&gt;&lt;em&gt;What it does:&lt;/em&gt;&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;em&gt;Enter any Website URL&lt;/em&gt; - `&lt;a href="https://example.com" rel="noopener noreferrer"&gt;https://example.com&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;em&gt;One-click Scan&lt;/em&gt; - Hit "Scan Website" &lt;/li&gt;
&lt;li&gt;
&lt;em&gt;Get a Security Score&lt;/em&gt; - Out of 100. Mine got `100/100 - Good security configuration detected&lt;/li&gt;
&lt;li&gt;
&lt;em&gt;Key Checks:&lt;/em&gt;

&lt;ul&gt;
&lt;li&gt;✅ Website URL looks valid&lt;/li&gt;
&lt;li&gt;✅ HTTPS is enabled&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;em&gt;Security Recommendations&lt;/em&gt; - Ex: "Make sure the website uses recommended security headers"&lt;/li&gt;
&lt;li&gt;
&lt;em&gt;Scan History&lt;/em&gt; - Saves past scans with date, time, and score. You can also clear it.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;em&gt;Why I built this:&lt;/em&gt;&lt;br&gt;
As a beginner, I wanted to understand how basic website security works. So many sites still run without HTTPS. This tool makes it easy to check the basics fast.&lt;/p&gt;

&lt;p&gt;&lt;em&gt;Tech Stack:&lt;/em&gt;&lt;br&gt;
&lt;code&gt;HTML&lt;/code&gt;CSS `JavaScript&lt;/p&gt;

&lt;p&gt;&lt;em&gt;Important:&lt;/em&gt;&lt;br&gt;
This scanner only does basic checks. It does NOT do penetration testing or deep server-side header inspection.&lt;br&gt;&lt;br&gt;
⚠️ &lt;em&gt;Please only scan websites you own or have permission to test.&lt;/em&gt;&lt;/p&gt;

&lt;p&gt;&lt;em&gt;Want me to check your website?&lt;/em&gt;&lt;br&gt;
Drop your URL in the comments or message me directly and I’ll send you a free security report.&lt;/p&gt;

&lt;p&gt;&lt;em&gt;WhatsApp me here&lt;/em&gt;&lt;br&gt;
&lt;a href="https://wa.me/2348144514422" rel="noopener noreferrer"&gt;https://wa.me/2348144514422&lt;/a&gt; or whatsapp me@+2348144514422&lt;/p&gt;

&lt;p&gt;&lt;em&gt;What's next for v2:&lt;/em&gt;&lt;br&gt;
Thinking of adding SSL certificate expiry check + common security headers scan. &lt;br&gt;
What other features would you add? &lt;/p&gt;

&lt;p&gt;Let me know what you think 👇&lt;/p&gt;

</description>
      <category>webdev</category>
      <category>javascript</category>
      <category>cybersecurity</category>
      <category>learning</category>
    </item>
  </channel>
</rss>
