nmap wasn’t finding arp.
sbin is in the path, but it would work until I made a link for it in bin
I came up with this fix, is it proper?
sudo ln -s /usr/sbin/arp /usr/bin/arp
nmap wasn’t finding arp.
sbin is in the path, but it would work until I made a link for it in bin
I came up with this fix, is it proper?
sudo ln -s /usr/sbin/arp /usr/bin/arp
Had the same issue right now with a vanilla Debian VM. Creating the link got nmap running. Thanks for that.