EvilZone

Hacking and Security => Hacking and Security => : OneWayFloww January 19, 2012, 05:08:14 AM

: Finding IP addresses on the same wireless internet - HELP.
: OneWayFloww January 19, 2012, 05:08:14 AM
Hey guys,


This is my first question I'm throwin' at ya. If you didn't catch my introduction, I'm new here.


How can I find the IP Address of another computer that is using the same wireless internet as me? In fact, he's in the same apartment, I just kinda wanna mess around with him lol ;D
: Re: Finding IP addresses on the same wireless internet - HELP.
: rucciva January 19, 2012, 08:50:18 AM
if you just want to find the ip adress, you can use many tools like wireshark, nmap, hping2 etc,,

for example if you want to use nmap,, u can use this command
$ nmap -sP <your ip address>/24
: Re: Finding IP addresses on the same wireless internet - HELP.
: xor January 19, 2012, 10:39:14 AM
There are several methods to finding an IP address of a computer on the same LAN.

1. Run a network scan as suggested above, common tools include nmap, angry ip scanner.
2. Check your ARP table from the terminal / command line (arp -a) should be sufficient on both Linux and Windows.
3. Ping the name of his computer (assuming you know it).
4. Login to the web interface of the router and check the DHCP lease table or the NAT table.
5. Go on his computer and run an ipconfig (windows) or an ifconfig (linux) and mark down the IPv4 address.

Hope this helps.

 -- xor
: Re: Finding IP addresses on the same wireless internet - HELP.
: ovi_x January 21, 2012, 07:56:09 PM
look@lan  simple and  stable , if  you  want  to  see all ip  actives  on  the  same lan a  your  network card
 :P
: Re: Finding IP addresses on the same wireless internet - HELP.
: muminrz February 09, 2012, 04:02:59 AM
Try netdiscover -i iface
: Re: Finding IP addresses on the same wireless internet - HELP.
: t13ru February 09, 2012, 01:25:44 PM
Or you can ping whole subnet by tiping:

windows:
C:\> FOR /L %i in (1,1,255) do @ping -n 1 10.10.10.%i | find "Reply"

linux:

: Re: Finding IP addresses on the same wireless internet - HELP.
: xor February 09, 2012, 02:26:27 PM
t13ru, you can ping the whole subnet by pinging the broadcast address of the subnet and checking the ARP table.

If you are on subnet 10.0.0.0/24 for example (10.0.0.0 - 10.0.0.254), you can ping 10.0.0.255 and all of the online computers will respond.
Once you've given it enough time, check your ARP table (arp -a) and you will see all the subnets online devices and mac addresses.


[NOTE] This doesn't work on all networks, I just tested it. So your method is still valid.
: Re: Finding IP addresses on the same wireless internet - HELP.
: silenthunder February 09, 2012, 10:17:06 PM
I use Net Tools 5, it has a wifi scanner app.
: Re: Finding IP addresses on the same wireless internet - HELP.
: neusbeer February 10, 2012, 12:15:08 PM
Cain & Able is capable to do this.
First Configure to choose your wifi card, then the + button for ARP scan. and results in a list of active connected devices. (in this example it's my router, not wifi :P )



(http://dl.dropbox.com/u/4378489/Forums/evilzone/cain.jpg)


When found, you can poison his connection and redirect his traffic ;)