<?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: Menny Levinski</title>
    <description>The latest articles on DEV Community by Menny Levinski (@mennylevinski).</description>
    <link>https://dev.to/mennylevinski</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.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3784429%2F97ef00d3-cb37-4d3e-8e57-ce0f401c35a6.jpeg</url>
      <title>DEV Community: Menny Levinski</title>
      <link>https://dev.to/mennylevinski</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/mennylevinski"/>
    <language>en</language>
    <item>
      <title>I Built an Open-Source Network Scanner &amp; Port Auditor</title>
      <dc:creator>Menny Levinski</dc:creator>
      <pubDate>Sun, 22 Mar 2026 13:57:41 +0000</pubDate>
      <link>https://dev.to/mennylevinski/uspector-open-source-network-scanner-port-auditor-3hjc</link>
      <guid>https://dev.to/mennylevinski/uspector-open-source-network-scanner-port-auditor-3hjc</guid>
      <description>&lt;h2&gt;
  
  
  What It Does
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;Uspector&lt;/strong&gt; is a lightweight, cross-platform Python network scanner that enables device discovery and open port detection across local IPv4 networks, including Wi-Fi and Ethernet. Runs on &lt;strong&gt;Linux&lt;/strong&gt; and &lt;strong&gt;Windows&lt;/strong&gt;.&lt;/p&gt;

&lt;p&gt;Built for ethical diagnostics, security awareness, and administrative auditing. it is suitable for both personal and organizational use.&lt;/p&gt;




&lt;h2&gt;
  
  
  Key Features
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;LAN Detection Mode&lt;/strong&gt;, detects your IPv4 subnet and scans the local network&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Custom Scan Mode&lt;/strong&gt;, user can select to target a spesific IP address or IP ranges&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Fast &amp;amp; Accurate&lt;/strong&gt;, combines ICMP, ARP, and socket checks and auto discovery&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Port Detection&lt;/strong&gt;, scans common service ports (FTP, SMB, SSH, RDP, and more)&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Logging system&lt;/strong&gt;, exportable log file (TXT format) for more detailed output&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Terminal / CLI&lt;/strong&gt;, clean “black console” output, stays open after completion&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Basic Traffic Inspection&lt;/strong&gt; module, real-time monitoring of active TCP connections&lt;/li&gt;
&lt;/ul&gt;




&lt;h2&gt;
  
  
  On Kali Linux
&lt;/h2&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fiops6ofr7wrb6epkxqxm.png" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fiops6ofr7wrb6epkxqxm.png" alt="Uspector demo on Kali Linux" width="800" height="510"&gt;&lt;/a&gt;&lt;/p&gt;




&lt;h2&gt;
  
  
  Safety Notice
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;Uspector Network Scanner&lt;/strong&gt; is safe to use when downloaded from the official source. Because the application performs network discovery and scanning, some antivirus products may incorrectly flag or restrict its execution. This is a common false positive for legitimate network diagnostic tools. If you trust this application, you may need to add it as an exception in your antivirus software.&lt;/p&gt;




&lt;h2&gt;
  
  
  Repository
&lt;/h2&gt;

&lt;p&gt;Ready to try it? All setup instructions are on our official &lt;a href="https://github.com/mennylevinski/uspector-net" rel="noopener noreferrer"&gt;GitHub page&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;For a detailed list of all common ports scanned by Uspector, see &lt;a href="https://github.com/mennylevinski/uspector-net/blob/main/PORTS.md" rel="noopener noreferrer"&gt;PORTS.md&lt;/a&gt;.&lt;/p&gt;




&lt;h2&gt;
  
  
  Feedback
&lt;/h2&gt;

&lt;p&gt;If you find this application useful, please give it a try. Your feedback and questions are much appreciated!&lt;/p&gt;

</description>
      <category>python</category>
      <category>cybersecurity</category>
      <category>network</category>
      <category>opensource</category>
    </item>
    <item>
      <title>Secuditor Lite – Diagnostic Security Tool for Windows</title>
      <dc:creator>Menny Levinski</dc:creator>
      <pubDate>Sun, 22 Feb 2026 15:39:19 +0000</pubDate>
      <link>https://dev.to/mennylevinski/secuditor-lite-diagnostic-security-tool-for-windows-endpoints-5e14</link>
      <guid>https://dev.to/mennylevinski/secuditor-lite-diagnostic-security-tool-for-windows-endpoints-5e14</guid>
      <description>&lt;h2&gt;
  
  
  What It Does
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;Secuditor Lite&lt;/strong&gt; is a free, Python-based diagnostic security tool with a friendly GUI for Windows endpoints and networks. It helps identify system vulnerabilities, improve device Operational Security (OPSEC), detect network elements, run internet speed test, and generate structured audit reports, all in one place. Suitable for both personal and organizational environments.&lt;/p&gt;




&lt;h2&gt;
  
  
  Key Features
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;Quick, comprehensive endpoint security audit report&lt;/li&gt;
&lt;li&gt;Device Operational Security (OPSEC) assessment tools&lt;/li&gt;
&lt;li&gt;Advanced SSL/TLS interception with detailed analysis&lt;/li&gt;
&lt;li&gt;Enhanced configuration check and diagnostic summary&lt;/li&gt;
&lt;li&gt;Extended or short, easy to export reports (TXT format)&lt;/li&gt;
&lt;li&gt;New analytical capabilities with improved security insights&lt;/li&gt;
&lt;/ul&gt;




&lt;h2&gt;
  
  
  Security Checks &amp;amp; Diagnostics
&lt;/h2&gt;

&lt;p&gt;Secuditor Lite analyzes Windows systems across:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;System overview &amp;amp; hardware analysis&lt;/li&gt;
&lt;li&gt;Network configuration &amp;amp; gateway discovery&lt;/li&gt;
&lt;li&gt;Shared folders &amp;amp; permissions mapping&lt;/li&gt;
&lt;li&gt;Security controls (AV, EDR, Firewall, UAC, and more)&lt;/li&gt;
&lt;li&gt;Remote access &amp;amp; server roles analysis&lt;/li&gt;
&lt;li&gt;Credential integrity &amp;amp; password policies&lt;/li&gt;
&lt;li&gt;Domain settings &amp;amp; user access&lt;/li&gt;
&lt;li&gt;Sensitive data and paths exposure&lt;/li&gt;
&lt;li&gt;Suspicious processes and connections&lt;/li&gt;
&lt;li&gt;SSL interception analysis&lt;/li&gt;
&lt;li&gt;Security event log audit&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;See the full Checklist: &lt;a href="https://github.com/secuditor/secuditor-lite/blob/main/SECURITY_CHECKLIST.md" rel="noopener noreferrer"&gt;Security Checklist&lt;/a&gt;&lt;/p&gt;




&lt;h2&gt;
  
  
  Standard Edition
&lt;/h2&gt;

&lt;h4&gt;
  
  
  Compatible with:
&lt;/h4&gt;

&lt;ul&gt;
&lt;li&gt;Windows 10 / 11&lt;/li&gt;
&lt;li&gt;Windows Server 2016 / 2019 / 2022
&lt;/li&gt;
&lt;/ul&gt;

&lt;h4&gt;
  
  
  Presentation (Windows 11)
&lt;/h4&gt;

&lt;p&gt;&lt;a href="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fg8zvjrj3q4btbvsbwklv.gif" class="article-body-image-wrapper"&gt;&lt;img src="https://media2.dev.to/dynamic/image/width=800%2Cheight=%2Cfit=scale-down%2Cgravity=auto%2Cformat=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fg8zvjrj3q4btbvsbwklv.gif" alt="Secuditor Lite demo" width="760" height="570"&gt;&lt;/a&gt;&lt;/p&gt;




&lt;h2&gt;
  
  
  Try it out
&lt;/h2&gt;

&lt;ol&gt;
&lt;li&gt;Go to the &lt;strong&gt;official GitHub&lt;/strong&gt; repository &lt;a href="https://github.com/secuditor/secuditor-lite" rel="noopener noreferrer"&gt;Secuditor Lite&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;Download the latest release (ZIP file)&lt;/li&gt;
&lt;li&gt;Extract the contents to a folder of your choice&lt;/li&gt;
&lt;li&gt;Run &lt;code&gt;SecuditorLite.exe&lt;/code&gt; (recommended: Run as administrator)&lt;/li&gt;
&lt;/ol&gt;




&lt;h2&gt;
  
  
  Privacy &amp;amp; Safety
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;Secuditor Lite runs locally
&lt;/li&gt;
&lt;li&gt;No personal data is collected or transmitted without user action
&lt;/li&gt;
&lt;li&gt;Reports and logs remain on your device
&lt;/li&gt;
&lt;li&gt;The application is digitally signed
&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Microsoft Defender SmartScreen may display a warning for new apps. If prompted:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Click &lt;strong&gt;“More info”&lt;/strong&gt;
&lt;/li&gt;
&lt;li&gt;Verify the Publisher is &lt;strong&gt;Menahem Levinski&lt;/strong&gt;
&lt;/li&gt;
&lt;li&gt;Click &lt;strong&gt;“Run anyway”&lt;/strong&gt;
&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Some antivirus programs may incorrectly flag Python-based applications. If Secuditor Lite is blocked, you may need to &lt;strong&gt;add an exception&lt;/strong&gt;, &lt;strong&gt;whitelist the file&lt;/strong&gt;, or &lt;strong&gt;restore it from quarantine&lt;/strong&gt;.&lt;/p&gt;




&lt;h2&gt;
  
  
  Feedback
&lt;/h2&gt;

&lt;p&gt;If you find this application useful, please give it a try. Your feedback and questions are much appreciated!&lt;/p&gt;




&lt;h2&gt;
  
  
  Official Links
&lt;/h2&gt;

&lt;p&gt;Website: &lt;a href="https://secuditor.com?utm_source=chatgpt.com" rel="noopener noreferrer"&gt;secuditor.com&lt;/a&gt;&lt;br&gt;&lt;br&gt;
GitHub: &lt;a href="https://github.com/secuditor/secuditor-lite" rel="noopener noreferrer"&gt;github.com/secuditor/secuditor-lite&lt;/a&gt;&lt;/p&gt;

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