Skip to content

This tool allows you to retrieve the Skype ID from an e-mail address but also the LAN IP from the Skype ID. More to come in the next few days. Feel free if you also want to contribute

krishpranav/skypeosint

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

skypeosint

This tool allows you to retrieve the Skype ID from an e-mail address but also the LAN IP from the Skype ID. More to come in the next few days. Feel free if you also want to contribute

forthebadge

Installation

git clone https://github.com/krishpranav/skypeosint
cd skypeosint
chmod +x *
python -m pip install -r requirements.txt
python skypeosint.py

Example

from SkypeOsintAPI import *

api = SkypeOSINTAPI(True)
res = api.email_to_skype_id('username@gmail.com')

if res:
    print "Username(s) found: {0}".format(res)
    for username in res:
        print api.skype_id_to_lan_ip(username)
        

About

This tool allows you to retrieve the Skype ID from an e-mail address but also the LAN IP from the Skype ID. More to come in the next few days. Feel free if you also want to contribute

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages