1. This site uses cookies. By continuing to use this site, you are agreeing to our use of cookies. Learn More.
  2. What's up? Couldn't help but notice you're just a guest. How about registering, it only takes like 2 minutes.

[Tutorial] Find User Ip On Skype

Discussion in 'PC Software' started by Crazy52, Aug 20, 2012.

  1. Crazy52 Gate Keeper

    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

    [IMG]
    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.

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

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

    [IMG]
    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).

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

    [IMG]
    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

    [IMG]
    most of the resaults are from the skyp servers but to make it even more accurate add
    "and data.len == 3"
    this narrows it down to packets of 3 bytes (most of the packets this small are p2p)
    so now it the filter says;
    ip.src == 192.168.1.10 and udp.srcport == 21625 and data.len == 3
    (the packet size may change with every update so this may not help you)

    as you can see the IP of the person you are calling is in the "Destination" and you are the Source.

    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
    xTwiiSTeD_ and dns like this.
  2. Seth@WiiPlaza Wii Coder

  3. dns Administrator

    This is the type of things I enjoy see getting added to Newhax. Thanks for the nice tut crazy.
  4. xTwiiSTeD_ Twisted MoFo

  5. Crazy52 Gate Keeper

    its been a while since we had a tutorial like this
  6. That One Guy Member

    Now all we need to know is how to ddos. >.> But nice tutorial. Helpful I guess, if you want to grab someone's IP over skype.
  7. dns Administrator

    Lol yes kyle, tutorials on getting a users ip on skype... are helpful when you want to get someone's ip on skype.
    aazcod1999 likes this.
  8. aazcod http://prntscr.com/jqecg

    ddos :S you want a tutorial :S onoes :S lol google "loic" but becareful were you download it from, and if you just dos someone (your computer only) you wont make a big difference, maybe wana try a
    botnet <---- newhax doesnt condone bot-nets nor anything you do or get caught with!!!!!!!! or buy a booter :)
  9. dns Administrator

    Or just avoid being a douchebag by not ddosing/flooding people at all.
    That One Guy and aazcod1999 like this.
  10. That One Guy Member

    Sadly, douchebag's are all over the internet. And they think they can get away with it. You can always track who ddos'ed you. There is ways.
  11. Crazy52 Gate Keeper

    just send incomplete UDP packets like a real man
  12. That One Guy Member

    And how would one go about doing this? Being curious as I am. And where would you get botnet's and a booter from?
  13. Crazy52 Gate Keeper

    i think slowloris is a python script that does this
  14. SkyIsHere Common sense is hardly common.

    Or, here's a kicker... Go to www.CyberFelix.com and enter there Skype name in, and it outputs the IP. See Crazy, having a programming knowledge past Wii and simple VBS, gives you a great outcome. But you wouldn't know that, would you?
  15. That One Guy Member

    Looks like some virus site.
  16. Crazy52 Gate Keeper

    umm ive made codes for wii and made a few programs in VBS.... not hard to do.
    so yea i do know about that.

    also that site is down, looks like someone failed.
    aazcod likes this.
  17. dns Administrator

    Lol crazy sky seems not to like you
  18. Crazy52 Gate Keeper

    hes just some angry fool who followed me here from youtube
  19. aazcod http://prntscr.com/jqecg

    im not explaining botnet's because everyone should know what they are :p and you can buy a booter from forums on the internet or wherever you can find them im not posting any websites on here but pm me and i can lead you to the right spot

Share This Page