Please
login
or
register
.
Username:
Password:
1 Hour
1 Day
1 Week
1 Month
Forever
News:
Home
Search
Login
Register
Evilzone - Hacking and Security Community
»
Hacking and Security
»
Hacking and Security
»
Finding IP addresses on the same wireless internet - HELP.
Print
Pages: [
1
]
Author
Topic: Finding IP addresses on the same wireless internet - HELP. (Read 918 times)
0 Members and 1 Guest are viewing this topic.
OneWayFloww
NOP
Posts: 2
Karma: +0/-0
Finding IP addresses on the same wireless internet - HELP.
«
on:
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
Logged
rucciva
NOP
Posts: 7
Karma: +1/-0
Re: Finding IP addresses on the same wireless internet - HELP.
«
Reply #1 on:
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
Logged
--CMIIW--
xor
Guest
Re: Finding IP addresses on the same wireless internet - HELP.
«
Reply #2 on:
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
Logged
ovi_x
Char
Posts: 59
Karma: +2/-0
Re: Finding IP addresses on the same wireless internet - HELP.
«
Reply #3 on:
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
Logged
muminrz
NOP
Posts: 1
Karma: +0/-0
Re: Finding IP addresses on the same wireless internet - HELP.
«
Reply #4 on:
February 09, 2012, 04:02:59 AM »
Try netdiscover -i iface
«
Last Edit: February 09, 2012, 06:03:46 AM by muminrz
»
Logged
t13ru
NOP
Posts: 2
Karma: +0/-0
Re: Finding IP addresses on the same wireless internet - HELP.
«
Reply #5 on:
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:
#
ping -b -c 3 255.255.255.255 >/dev/null 2>&1; arp -an | awk '{print $2}'
$
for i in `seq 1 255`; do ping -c 1 10.10.10.$i | tr \\n ' ' | awk '/1 received/ {print $2}'; done
«
Last Edit: February 09, 2012, 01:28:07 PM by t13ru
»
Logged
xor
Guest
Re: Finding IP addresses on the same wireless internet - HELP.
«
Reply #6 on:
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.
«
Last Edit: February 09, 2012, 02:28:52 PM by xor
»
Logged
silenthunder
NULL
Posts: 24
Karma: +0/-1
Re: Finding IP addresses on the same wireless internet - HELP.
«
Reply #7 on:
February 09, 2012, 10:17:06 PM »
I use Net Tools 5, it has a wifi scanner app.
Logged
neusbeer
Short
Posts: 217
Karma: +18/-8
Gender:
Beer makes you stronger XD
Re: Finding IP addresses on the same wireless internet - HELP.
«
Reply #8 on:
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
)
When found, you can poison his connection and redirect his traffic
«
Last Edit: February 10, 2012, 12:16:24 PM by neusbeer
»
Logged
--Neusbeer
Print
Pages: [
1
]
Evilzone - Hacking and Security Community
»
Hacking and Security
»
Hacking and Security
»
Finding IP addresses on the same wireless internet - HELP.
Want to be here? Contact Ande or Satan911 on the forum or at IRC.