Skip to content
KitploitKITPLOIT
工具博客
提交
工具博客
提交

黑客、渗透测试和网络安全工具,武装您的安全武器库!

Kitploit 是一个黑客、网络安全和渗透测试工具的目录。发现最新的项目更新,查找漏洞、分析系统、自动化测试并加强你的安全。

··订阅源·联系·隐私·© 2026 Kitploit

工具目录

分类

查看所有分类
Loading categories
CVE-2026-20169 — Windows 原生 IoT 漏洞扫描器,可发现暴露的管理接口,测试默认凭据,并验证目标 IP 范围的网络分段。 | Kitploit
工具/GitHubGitHub/gigachadusers/cve-2026-20169
嵌入式系统安全漏洞扫描器物联网安全网络安全渗透测试硬件与物联网安全
GitHubgigachadusers/cve-2026-20169

CVE-2026-20169

Windows 原生 IoT 漏洞扫描器,可发现暴露的管理接口,测试默认凭据,并验证目标 IP 范围的网络分段。

查看仓库
121个月前尚未审核

最受欢迎

查看全部 →

发现我们社区最常用的工具。

探索所有工具

浏览我们的工具集合

查看所有工具 →
分享

IoT-FND

Status Language Platform

概述


功能

网络发现

扫描器检查指定的IP范围,寻找暴露预期管理服务的设备。

示例检查:

  • IP范围枚举
  • TCP端口可用性测试
  • 服务发现
  • 基本连接验证

Windows原生实现

使用原生Windows API构建:

  • WinINet
  • WinHTTP
  • Winsock
  • Windows网络库

无需外部框架。


工作原理

研究流程:

root@kitploit:~
Target IP Range
        |
        v
Port Discovery
        |
        v
Management Service Detection
        |
        v
Authentication Testing
        |
        v
Security Validation Results
  • 默认凭据
  • 暴露的管理接口
  • 不良的网络分段
  • 未修补的物联网软件

要求

操作系统

  • Windows 10/11
  • Visual Studio 2022/2026

库

包含在Windows中:

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

构建

在Visual Studio中打开项目。

编译为:

root@kitploit:~
x64 Release

所需的Windows库:

root@kitploit:~
WinINet
WinHTTP
Winsock

示例输出

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.

许可协议

本项目仅供教育和研究用途。

请负责任地使用。

下载工具