You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Specifically, my roommate's iPhone. I guess that sleeping devices may not respond to arpscan requests, especially given that his has a static IP for some reason, but pings or port scans may be more effective.
🤔
I can occasionally get it with an ARP scan, but not always. If I start pinging the device, the first ping takes several seconds before I get a response. A cheap hack alternative to using some other library might be to instead ping the broadcast address (i.e., ping -b 10.0.0.255) for a few seconds before (or while) ARP-scanning, instead of just ARP-scanning once as I'm currently doing.
Move away from
arpscan
and tolibnmap
,node-nmap
, orlan-discovery
.Arpscan
doesn't seem to work so well with certain sleeping devices...The text was updated successfully, but these errors were encountered: