Are there alternatives for these utilities on Android that can be invoked using shell commands? I need to fetch a list of connected hotspot devices, the only method I have is to flush the ARP cache and fetch the new list by invoking arp -n
. Which isn't that accurate anyways.
What others ways could I approach this? aNmap didn't work for me, it simply listed nothing about the clients with either -sn or -sP switches.