
Windows-native IoT vulnerability scanner that discovers exposed management interfaces, tests default credentials, and validates network segmentation across target IP ranges.
The scanner checks a defined IP range and looks for devices exposing the expected management service.
Example checks:
Built using native Windows APIs:
No external frameworks are required.
The research workflow:
Target IP Range
|
v
Port Discovery
|
v
Management Service Detection
|
v
Authentication Testing
|
v
Security Validation Results
Included with Windows:
wininet.lib
winhttp.lib
ws2_32.lib
Open the project in Visual Studio.
Compile as:
x64 Release
Required Windows libraries:
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.
This project is provided for educational and research purposes.
Use responsibly.