扫描器检查指定的IP范围,寻找暴露预期管理服务的设备。
示例检查:
使用原生Windows API构建:
无需外部框架。
研究流程:
Target IP Range
|
v
Port Discovery
|
v
Management Service Detection
|
v
Authentication Testing
|
v
Security Validation Results
包含在Windows中:
wininet.lib
winhttp.lib
ws2_32.lib
在Visual Studio中打开项目。
编译为:
x64 Release
所需的Windows库:
WinINet
WinHTTP
Winsock
[LOG] Starting scan for IoT-FND...
[LOG] Scanning: 192.168.1.20
[LOG] Found management service
[LOG] Authentication test completed
[LOG] Scan complete.
本项目仅供教育和研究用途。
请负责任地使用。