BullyWiiHacks
Welcome dear guest! Very Happy

To start posting and being part of the BWH community, you simply need to register an account or log into an existing one.

If you do not wish to register at all, that's fine but there will be more advertisements. :/

You can probably see and download most content provided for regular members even without an account.

Your contributions will be greatly appreciated though, give it a shot and register today! thumbsup

Join the forum, it's quick and easy

BullyWiiHacks
Welcome dear guest! Very Happy

To start posting and being part of the BWH community, you simply need to register an account or log into an existing one.

If you do not wish to register at all, that's fine but there will be more advertisements. :/

You can probably see and download most content provided for regular members even without an account.

Your contributions will be greatly appreciated though, give it a shot and register today! thumbsup
BullyWiiHacks
Would you like to react to this message? Create an account in a few clicks or log in to continue.
BullyWiiHacks

Gaming, Modding & Programming

Important reminders:

- Click *HERE* for advanced forum search or check out the text field below on the front page for Google before posting
- NO support via private message (use the forum)
- Write meaningful topic titles
Site Translation
Latest topics
» Dropped Out of College to Pursue Web Dev and Life Pursuits in General
[Tutorial] Find User Ip On Skype Empty4/7/2024, 2:34 pm by SnB@BWH

» Bully Made It Into a BIG Video 400K Views
[Tutorial] Find User Ip On Skype Empty4/7/2024, 6:58 am by Bully@WiiPlaza

» Wii Play Tanks
[Tutorial] Find User Ip On Skype Empty3/24/2024, 2:46 pm by helpmeout

» [Bypass Paywalls] (Global) @magnolia1234 - GitLab
[Tutorial] Find User Ip On Skype Empty3/18/2024, 3:55 am by Seth@WiiPlaza

» [Download] Mary Shelley's Frankenhole
[Tutorial] Find User Ip On Skype Empty3/16/2024, 8:29 am by Seth@WiiPlaza

» Completely Custom Modded Controllers (Undetectable)
[Tutorial] Find User Ip On Skype Empty3/5/2024, 1:55 pm by Shadow@BWH

» (Zombies) Drink perks code?
[Tutorial] Find User Ip On Skype Empty3/5/2024, 1:24 pm by Shadow@BWH

» Die Rückkehr zu STEAM und WARFACE
[Tutorial] Find User Ip On Skype Empty3/2/2024, 3:54 am by Seth@WiiPlaza

» First person hand model change?
[Tutorial] Find User Ip On Skype Empty2/28/2024, 4:53 am by Ad3lamac611

» {RELEASE} Field Raider Firefox v1.72 by Seth@WiiPlaza
[Tutorial] Find User Ip On Skype Empty2/21/2024, 8:52 am by naxil

Search
 
 

Display results as :
 


Rechercher Advanced Search

April 2024
MonTueWedThuFriSatSun
1234567
891011121314
15161718192021
22232425262728
2930     

Calendar Calendar

Country Statistics
Free counters!

You are not connected. Please login or register

[Tutorial] Find User Ip On Skype

2 posters

Go down  Message [Page 1 of 1]

Seth@WiiPlaza

Seth@WiiPlaza
Admin & Coder
Admin & Coder

tutorial by Crazy52

this is a quick tutorial on how to find someones IP on skype, this can be useful if the tard does not know how to find his own or if you just want to know who you are really talking to.

first off you will need;
Skype (obviously)
WireShark (or your traffic monitor of choice, preferably one with a filter)
Any OS supported by Skype (even android, over wifi only)

first you need to understand, the more active things are on you Skype; people trying to call you, getting status from contacts, and conversations will all give you a large amount of traffic.
(i personally recommend a temp Skype account, it makes everything so much more simple)

and we will be monitoring packets, not IP lists like network connections will normally provide, this way you have a better chance of finding the correct IP.

Getting started
[Tutorial] Find User Ip On Skype McDrf

first open up Skype and go to Tools > Options
now click the Advanced tab and go to Connection
un-mark and disable the option "use port 80 and 443 as alternatives for incoming connections"
now take note of the port set in "use port XXXX for incoming connections" for this example we will use port 21625.
Save & Restart Skype.

[Tutorial] Find User Ip On Skype 33jP5

Second Step open WireShark, pick the Interface you use to connect to the internet and pick Start.

[Tutorial] Find User Ip On Skype XSaQX

you will probably see a lot of results filling up, we need to clean this up a bit using the Filter.

[Tutorial] Find User Ip On Skype MFxu5

first get your local IP, you can do this in windows by starting command prompt Run > CMD
and in command prompt typing the following "ipconfig" (without quotes).

[Tutorial] Find User Ip On Skype K1MFz

now take Note of your Local IPv4 Address for the interface you are using,
in this example it will be 192.168.1.10

[Tutorial] Find User Ip On Skype Ii0E6

now back to WireShark to filter everything only the things going from your PC on port 21625 and only udp.
in the filter box type;
ip.src == 192.168.1.10 and udp.srcport == 21625
now hit Apply and you should only see Skype traffic from your PC

[Tutorial] Find User Ip On Skype 24AAt

most of the resaults are from the skyp servers but to make it even more accurate add
"and data.len == 3"
so now it the filter says;
ip.src == 192.168.1.10 and udp.srcport == 21625 and data.len == 3

now it should be very easy for you to spot someones IP when you call them or they send you are in a call or get sent a message.


~ tutorial by Crazy52 @ Newhax.com


_________________
[Tutorial] Find User Ip On Skype Signat10

[Tutorial] Find User Ip On Skype Rsz_1r10  

https://github.com/SethWiiPlaza

Benjamin999

Benjamin999
Spammer
Spammer

Nice tut.


_________________
Spoiler:

Back to top  Message [Page 1 of 1]

Permissions in this forum:
You cannot reply to topics in this forum