![]() |
|
Tutorial Block Skype Resolvers - Printable Version +- Sinisterly (https://sinister.ly) +-- Forum: Computers (https://sinister.ly/Forum-Computers) +--- Forum: Software & Programs (https://sinister.ly/Forum-Software-Programs) +--- Thread: Tutorial Block Skype Resolvers (/Thread-Tutorial-Block-Skype-Resolvers) |
RE: Block Skype Resolvers - Charon - 06-02-2013 This won't work anymore, you can still get your IP resolved. I will explain how: You will need: Skype 5.9 deobfuscated: http://www.mediafire.com/download/ffbl463hi5n08hy/skype59_deobfuscated.rar Person added as contact. 1. Close all your Skype. 2. Run logging-on.reg 3. Open Skype 5.9 4. Find the contact you want to resolve and view their profile 5. Close skype and run logging-off.reg 5. Open the file (debug-20xx-xxxx.log) and find their IP ![]() How to find their IP quickly Open the log file in Notepad++ and press CTRL+F Then search for this: Code: 'THEIR_SKYPE_NAME.*-r(\d+.\d+.\d+.\d+)'RE: Block Skype Resolvers - yokai_old - 06-02-2013 (06-02-2013, 08:28 PM)Charon Wrote: This won't work anymore, you can still get your IP resolved. Alternatively, you could add them on (doesn't matter version), and use netstat... Oh, and that is one of the old ways (besides skype kit to resolve). Lol.. RE: Block Skype Resolvers - Nefarious - 06-02-2013 (06-02-2013, 09:31 PM)better_than_you Wrote: Alternatively, you could add them on (doesn't matter version), and use netstat... Oh, and that is one of the old ways (besides skype kit to resolve). Lol.. You should make a tutorial.
RE: Block Skype Resolvers - yokai_old - 06-02-2013 (06-02-2013, 10:31 PM)Kirito Wrote: You should make a tutorial. Code: john@rofl:~$ netstat -tupan | grep skype > s.txt && ./geoip s.txt nonlocalRE: Block Skype Resolvers - Nefarious - 06-02-2013 (06-02-2013, 10:34 PM)better_than_you Wrote: Is your name John? RE: Block Skype Resolvers - yokai_old - 06-02-2013 (06-02-2013, 10:41 PM)Kirito Wrote: Is your name John? That isn't relevant. RE: Block Skype Resolvers - Oni - 06-03-2013 (06-02-2013, 08:28 PM)Charon Wrote: This won't work anymore, you can still get your IP resolved. You have to have them added though, correct? My tutorial was to prevent non-contacts from resolving (and I probably should have mentioned that). RE: Block Skype Resolvers - i0xIllusi0n - 06-03-2013 (06-03-2013, 01:49 AM)Der Anarchist Wrote: You have to have them added though, correct? My tutorial was to prevent non-contacts from resolving (and I probably should have mentioned that). Which I find non-contacts better, for obvious reasons. It's best to use the non-contact resolving to your advantage. RE: Block Skype Resolvers - w00t - 06-04-2013 (06-02-2013, 08:28 PM)Charon Wrote: Person added as contact. (05-26-2013, 08:50 AM)Der Anarchist Wrote: "allow direct connections to your contacts only." Well so long as we can read. RE: Block Skype Resolvers - Empty - 06-06-2013 This is a very useful guide, it should help with ddos threats. |