I can perform port scan using nmap
to test if a given IP is being used, e.g.
nmap -PR 192.168.1.9
However, nmap is not installed in most server, is it possible to have the same result (e.g. check if the particular IP is being used) without installing nmap
?