<?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: Adam</title>
    <description>The latest articles on DEV Community by Adam (@nullit).</description>
    <link>https://dev.to/nullit</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%2F4111002%2F87c80e58-c5e3-48cd-9e42-9df751e0643d.jpg</url>
      <title>DEV Community: Adam</title>
      <link>https://dev.to/nullit</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/nullit"/>
    <language>en</language>
    <item>
      <title>I Built a Windows Security Tool in Python</title>
      <dc:creator>Adam</dc:creator>
      <pubDate>Sat, 05 Sep 2026 10:28:07 +0000</pubDate>
      <link>https://dev.to/nullit/i-built-a-windows-security-tool-in-python-57l5</link>
      <guid>https://dev.to/nullit/i-built-a-windows-security-tool-in-python-57l5</guid>
      <description>&lt;p&gt;Hey everyone 👋&lt;/p&gt;

&lt;p&gt;I'm 14 years old and I've been getting really interested in cybersecurity and ethical hacking. While learning how Windows security works, I decided to build my own Python tool instead of just following tutorials.&lt;/p&gt;

&lt;p&gt;That's how WinRaider started.&lt;/p&gt;

&lt;p&gt;WinRaider is a Windows security testing tool that can scan common Windows services like SMB, RDP, WinRM, and SSH. It can also discover Windows devices on a local network and check for known vulnerabilities such as EternalBlue, BlueKeep, and SMBGhost.&lt;/p&gt;

&lt;p&gt;There are also credential testing features using wordlists and threading, plus logging and report generation.&lt;/p&gt;

&lt;p&gt;A basic scan looks like this:&lt;/p&gt;

&lt;p&gt;python main.py -t 192.168.0.101 --scan&lt;/p&gt;

&lt;p&gt;You can also discover Windows devices on a lab network:&lt;/p&gt;

&lt;p&gt;python main.py --discover&lt;/p&gt;

&lt;p&gt;I'm still learning a lot, so WinRaider isn't meant to be some perfect hacking tool. A big part of the project was just figuring out how things like network scanning, Windows services, authentication, and security checks actually work.&lt;/p&gt;

&lt;p&gt;The project is open source if anyone wants to look at the code:&lt;/p&gt;

&lt;p&gt;GitHub: &lt;a href="https://github.com/Nullit13/winraider" rel="noopener noreferrer"&gt;https://github.com/Nullit13/winraider&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Disclaimer&lt;/p&gt;

&lt;p&gt;WinRaider is for learning, research, and authorized security testing only. Only use it on systems you own or have explicit permission to test. Don't use it against random machines or networks.&lt;/p&gt;

</description>
      <category>cybersecurity</category>
      <category>python</category>
      <category>security</category>
      <category>tools</category>
    </item>
  </channel>
</rss>
