v1.5.0
Additive on top of v1.4.0 — clean minor bump, nothing existing changed.
Install
go install github.com/gsjonio/netwp/cmd/netwp@v1.5.0Features
- PORTS column in the device table (
netwp scan,netwp monitor, and the dashboard): shows each device's open ports as a compact list (e.g.80,443). This data was already collected by the classification probe and exposed innetwp scan --json, just never rendered in the human-readable tables. No new probing. Full per-port names are still one level down vianetwp ports <ip>.
Full details in the bilingual README.md / README.pt-BR.md.