All Projects → PaulSec → skype-osint

PaulSec / skype-osint

Licence: other
Python OSINT Tool to retrieve information from Skype

Programming Languages

python
139335 projects - #7 most used programming language

Python Skype OSINT util

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

Installation

Install Spider Monkey, then:

Clone the repo:

git clone [email protected]:PaulSec/skype-osint.git

Then checkout the API_example.py file:

from SkypeOsintAPI import *

api = SkypeOSINTAPI(True)
res = api.email_to_skype_id('[email protected]')

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

Contributing

Feel free if you find any bug or want to add any other feature. Glad if you want to contribute to this project. You can also ping me on Twitter @PaulWebSec

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].