简体   繁体   中英

Getting the IP addresses of a remote machine using the remote machine IP address

Is it possible to get a list of the IP addresses a remote machine is connected to if you only have the IP address of the remote machine. You don't have any other details, no username or password.

(I'm 99% sure this isn't possible but I want confirmation.)

No, however you can do this if you can implement RMI on the remote machine. Anyways it is out of context.

You may be able to gather this information by capturing all ARP broadcast packets on the same subnet that the remote machine sits on.

  1. All the IP addresses that the remote machine wants resolved are the IP addresses that the remote machine wants to connect to.
  2. All the hosts that want to resolve the IP address of the remote machine are hosts that wish to connect to the remote machine.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM