| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| NMLinux-1.6.0-x86_64.AppImage | 2026-06-24 | 96.9 MB | |
| README.md | 2026-06-24 | 1.3 kB | |
| v1.6.0 source code.tar.gz | 2026-06-24 | 4.0 MB | |
| v1.6.0 source code.zip | 2026-06-24 | 4.1 MB | |
| Totals: 4 Items | 105.0 MB | 0 | |
What's new in v1.6.0
Asset Inventory — WinRM Windows support (complete)
- WinRM host detection via TCP port probe (works even when ICMP is blocked by Windows Firewall)
- Fixed WinRM being skipped when SSH credentials were also provided (if/elif → if/if)
- PowerShell now uses full path + EncodedCommand (base64) to avoid pipe interpretation by cmd.exe
- OS:
verfallback (locale-safe) - CPU: registry
HKLM\HARDWARE\DESCRIPTION\System\CentralProcessor\0fallback (no wmic) - RAM:
systeminfofallback (locale-aware MB extraction) - Disk: PS EncodedCommand → wmic → fsutil (locale-aware EN comma / FR space separators) →
dir /-C(free only) - Uptime:
net statistics workstationfallback - WinRM errors now shown in table instead of silent Nmap fallback
Asset Inventory — SSH multi-credentials
- Multiple SSH credential sets supported
- macOS disk fixed (
/System/Volumes/Data), Apple Silicon CPU fallback (hw.model) - Synology/BusyBox disk fixed (
/volume1fallback) - Unraid disk fixed (
/mnt/user→/mnt/disk1→/volume1→/)
Bug fixes
- Absolute paths for
sshpass/nmap/snmpgetin macOS .app (Homebrew PATH not inherited) - WinRM timeout fixed (
read_timeout_secmust exceedoperation_timeout_sec)