Skip to content
KitploitKITPLOIT
ToolsBlog
Submit
ToolsBlog
Submit

Hacking, PenTest, and Cybersecurity Tools for Your Security Arsenal!

Kitploit is a directory of hacking, cybersecurity, and pentesting tools. Discover the latest project updates to find vulnerabilities, analyze systems, automate testing, and strengthen your security.

··Feeds·Contact·Privacy·© 2026 Kitploit

Tool Directory

Categories

View all categories
Loading categories
CVE-2026-20169 — Windows-native IoT vulnerability scanner that discovers exposed management interfaces, tests default credentials, and validates network segmentation across target IP ranges. | Kitploit
Tools/GitHubGitHub/gigachadusers/cve-2026-20169
Embedded Systems SecurityVulnerability ScannersIoT SecurityNetwork SecurityPenetration TestingHardware & IoT Security
GitHubgigachadusers/cve-2026-20169

CVE-2026-20169

Windows-native IoT vulnerability scanner that discovers exposed management interfaces, tests default credentials, and validates network segmentation across target IP ranges.

View Repository
121 month agoNot yet reviewed

Most Popular

View all →

Discover the most used tools by our community.

Explore all tools

Browse our collection of tools

View all tools →
Share

IoT-FND

Status Language Platform

Overview


Features

Network Discovery

The scanner checks a defined IP range and looks for devices exposing the expected management service.

Example checks:

  • IP range enumeration
  • TCP port availability testing
  • Service discovery
  • Basic connection validation

Windows Native Implementation

Built using native Windows APIs:

  • WinINet
  • WinHTTP
  • Winsock
  • Windows networking libraries

No external frameworks are required.


How It Works

The research workflow:

root@kitploit:~
Target IP Range
        |
        v
Port Discovery
        |
        v
Management Service Detection
        |
        v
Authentication Testing
        |
        v
Security Validation Results
  • Default credentials
  • Exposed management interfaces
  • Poor network segmentation
  • Unpatched IoT software

Requirements

Operating System

  • Windows 10/11
  • Visual Studio 2022/2026

Libraries

Included with Windows:

root@kitploit:~
wininet.lib
winhttp.lib
ws2_32.lib

Build

Open the project in Visual Studio.

Compile as:

root@kitploit:~
x64 Release

Required Windows libraries:

root@kitploit:~
WinINet
WinHTTP
Winsock

Example Output

root@kitploit:~
[LOG] Starting scan for IoT-FND...

[LOG] Scanning: 192.168.1.20

[LOG] Found management service

[LOG] Authentication test completed

[LOG] Scan complete.

License

This project is provided for educational and research purposes.

Use responsibly.

Download Tool