Add nmap GUI utility
Add nmap GUI utility to find devices on the network, and to list their open ports.
Maybe add this to Zeroconf.app?
- Get local IP address
nmap -sP 192.168.0.0/24(using the local IP address)- Parse MACs for vendors
- Show open ports
- For well-known ports, make them clickable
Zenmap was the nmap gui. It's no longer being maintained and has dependencies on Python 2.7. But perhaps the code would be instructive https://svn.nmap.org/nmap/zenmap/
I'll take it issue (Just after the Activity Monitor).
The scanner is on a tool name Network Utility.
And that is exactelly what i'll do....
Yes @Hierosme something in a similar spirit to this would be very good to have.
I had started to code something that can show all local hosts. Not perfect but maybe you can re-use some parts.