Major feature enhancement: Windows PowerShell network scanning integration
- Added Windows PowerShell network scanner with auto-detection and interactive mode - Implemented dual scanning system (Windows + Linux fallback) - Added computer management features (rename, delete, duplicate checking) - Enhanced UI with modern responsive design and Romanian localization - Added comprehensive Windows-Linux integration with WSL interop - Improved error handling and user feedback throughout - Added hot reload for development and comprehensive documentation 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
86
data/network-scan-results.json
Normal file
86
data/network-scan-results.json
Normal file
@@ -0,0 +1,86 @@
|
||||
{
|
||||
"message": "Scanare completata cu succes. Gasite 13 dispozitive.",
|
||||
"networks_scanned": "10.0.20.0/24",
|
||||
"timestamp": "2025-09-05T17:03:30.367Z",
|
||||
"computers": [
|
||||
{
|
||||
"status": "online",
|
||||
"ip": "10.0.20.1",
|
||||
"mac": "6c:5a:b0:20:ff:7c",
|
||||
"hostname": ""
|
||||
},
|
||||
{
|
||||
"status": "online",
|
||||
"ip": "10.0.20.36",
|
||||
"mac": "9c:6b:00:18:5f:23",
|
||||
"hostname": ""
|
||||
},
|
||||
{
|
||||
"status": "online",
|
||||
"ip": "10.0.20.122",
|
||||
"mac": "d4:3d:7e:de:05:f7",
|
||||
"hostname": "svnroa"
|
||||
},
|
||||
{
|
||||
"status": "online",
|
||||
"ip": "10.0.20.144",
|
||||
"mac": "",
|
||||
"hostname": "host.docker.internal"
|
||||
},
|
||||
{
|
||||
"status": "online",
|
||||
"ip": "10.0.20.161",
|
||||
"mac": "de:ad:be:ef:10:04",
|
||||
"hostname": ""
|
||||
},
|
||||
{
|
||||
"status": "online",
|
||||
"ip": "10.0.20.162",
|
||||
"mac": "bc:24:11:05:58:5c",
|
||||
"hostname": ""
|
||||
},
|
||||
{
|
||||
"status": "online",
|
||||
"ip": "10.0.20.163",
|
||||
"mac": "bc:24:11:3e:9d:70",
|
||||
"hostname": ""
|
||||
},
|
||||
{
|
||||
"status": "online",
|
||||
"ip": "10.0.20.164",
|
||||
"mac": "bc:24:11:90:b4:04",
|
||||
"hostname": ""
|
||||
},
|
||||
{
|
||||
"status": "online",
|
||||
"ip": "10.0.20.165",
|
||||
"mac": "bc:24:11:da:c2:63",
|
||||
"hostname": ""
|
||||
},
|
||||
{
|
||||
"status": "online",
|
||||
"ip": "10.0.20.170",
|
||||
"mac": "de:ad:be:ef:10:00",
|
||||
"hostname": ""
|
||||
},
|
||||
{
|
||||
"status": "online",
|
||||
"ip": "10.0.20.200",
|
||||
"mac": "fc:3f:db:0a:0d:d8",
|
||||
"hostname": ""
|
||||
},
|
||||
{
|
||||
"status": "online",
|
||||
"ip": "10.0.20.201",
|
||||
"mac": "58:47:ca:7d:51:3b",
|
||||
"hostname": ""
|
||||
},
|
||||
{
|
||||
"status": "online",
|
||||
"ip": "10.0.20.210",
|
||||
"mac": "b0:a7:b9:4c:28:2c",
|
||||
"hostname": ""
|
||||
}
|
||||
],
|
||||
"success": true
|
||||
}
|
||||
Reference in New Issue
Block a user