dingodoppelt Hi folks, I need to see the IP addresses of the device connected to my hotspot. How would I do it? I need the IP to connect to the device via ConnectBot (SSH) from the phone. cheers, nils
akc3n dingodoppelt If you want a gui version for android, similar to nmap, see https://github.com/osociety/vernet
[deleted] nmap -PR 192.168.0.1/24 via Termux App. You should download it from their GitHub repo since the one Google Play offers is terribly out of date.
dingodoppelt @akc3n Thanks guys, that's what I was looking for! I kept trying nmap on the ConnectBot local console to no avail. Still I need to be kind of lucky because the IP range is guite huge (/16). This nmap command worked for me in the end and finishes in 15 seconds: nmap -PR 192.168.1.1/20