Skip to content

v1.4.1 — macOS IP Scanner ARP fix

Choose a tag to compare

@thongor77 thongor77 released this 14 Jun 10:22
· 26 commits to main since this release

What's new in v1.4.1

macOS — IP Scanner: MAC/vendor/interface now populated

The ARP lookup previously read from /proc/net/arp (Linux-only), leaving MAC address, vendor and network interface empty on macOS. It now calls arp -n <ip> on macOS and parses the native output format. All four scanner columns now work correctly on macOS.

VNC module: Linux server note added

A note has been added to the VNC help badge (all 8 languages) clarifying that Linux desktops do not run a VNC server by default. To expose a Linux desktop via VNC, install: x11vnc, tigervnc-server, or wayvnc (Wayland).