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
5,148 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,220 points

Related Questions In Cyber Security & Ethical Hacking

0 votes
0 answers

How to find the IP address of the DNS server in Wireshark?

Wireshark is a powerful network analysis tool. ...READ MORE

2 days ago in Cyber Security & Ethical Hacking by Anupam
• 12,620 points
20 views
0 votes
1 answer

how to find ip address in cmd

if you are using windows then there ...READ MORE

answered Feb 26, 2023 in Cyber Security & Ethical Hacking by subhasish

edited Mar 5 47,855 views
0 votes
1 answer

how to find hostname using ip address in cmd

To find host name from IP you ...READ MORE

answered Feb 20, 2022 in Cyber Security & Ethical Hacking by Edureka
• 12,690 points
92,112 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
1,257 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,220 points
63,463 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,220 points
14,441 views
0 votes
1 answer

ARP Spoofing stops victim internet connection.

disconnect from all network except your targeted ...READ MORE

answered Aug 12, 2021 in Cyber Security & Ethical Hacking by Shahrier Nafis

edited Mar 5 14,076 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,352 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,220 points
2,477 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