How to find IP address of nodes in my network

+1 vote
Hi. I am trying to run Arp Spoof, the problem is that I don't know the IP address of the system. How can I find the IP address of the system connected to the same router?
Feb 9, 2019 in Cyber Security & Ethical Hacking by Yogi
4,326 views

1 answer to this question.

0 votes

The IP address of the nodes connected to the same network as you are has the same first 3 octets, only the last octet differs, So, first find the IP address of your system:

$ ​ifconfig

And then use nmap to get the IP address. Suppose the IP address of your system is 192.168.1.2, then the command will be:

$ ​nmap -sn 192.168.1.*

To know more join our Ethical Hacking Course today.

answered Feb 9, 2019 by Omkar
• 69,210 points

Related Questions In Cyber Security & Ethical Hacking

0 votes
1 answer

how to find ip address in cmd

1. Open the Command Prompt.   a. Click the Start icon, ...READ MORE

answered Feb 9, 2022 in Cyber Security & Ethical Hacking by Edureka
• 13,620 points
46,538 views
0 votes
1 answer

How to return client IP address in loopback 4?

You should also add this code in ...READ MORE

answered Mar 2, 2022 in Cyber Security & Ethical Hacking by Edureka
• 13,620 points
863 views
0 votes
1 answer

How to quickly troubleshoot my network?

The best way to troubleshoot your network ...READ MORE

answered Mar 22, 2019 in Cyber Security & Ethical Hacking by Priyaj
• 58,090 points
711 views
0 votes
1 answer

How to diagnose a network using loopback address?

C:\Users\priyj_kumar>ping Loopback Pinging DESKTOP-TGAB9Q5 [::1] with 32 bytes ...READ MORE

answered Mar 22, 2019 in Cyber Security & Ethical Hacking by Priyaj
• 58,090 points
1,339 views
+1 vote
3 answers

Not able to install arpspoof

There is no package called arpspoof. To use the arpspoof command, ...READ MORE

answered Feb 9, 2019 in Cyber Security & Ethical Hacking by Omkar
• 69,210 points
59,842 views
0 votes
1 answer

arpspoof: libnet_init(): UID or EUID of 0 required

ARP Spoofing should be done by superusers. ...READ MORE

answered Feb 9, 2019 in Cyber Security & Ethical Hacking by Omkar
• 69,210 points
12,429 views
0 votes
1 answer

ARP Spoofing stops victim internet connection.

This happens if you have not enabled ...READ MORE

answered Jul 25, 2019 in Cyber Security & Ethical Hacking by Anis
12,649 views
0 votes
1 answer

ARP Spoofing not capturing email and password

For ARP Spoofing to work, both victim ...READ MORE

answered Jul 25, 2019 in Cyber Security & Ethical Hacking by Jimmu
1,040 views
0 votes
1 answer

How to find MAC address using IP address?

To find the MAC address, run this ...READ MORE

answered Feb 9, 2019 in Cyber Security & Ethical Hacking by Omkar
• 69,210 points
2,057 views
+1 vote
1 answer
webinar REGISTER FOR FREE WEBINAR X
REGISTER NOW
webinar_success Thank you for registering Join Edureka Meetup community for 100+ Free Webinars each month JOIN MEETUP GROUP