skypehunt icon indicating copy to clipboard operation
skypehunt copied to clipboard

OSINT Framework for Skype

Python minimum version

🔎 skypehunt

I've made this neat OSINT tool to allow anyone to easily find information from a skype user, with just a username, phone number or email.

A lot of people seem to think that no one uses skype, which is true for the most part, but you'd be surprised to see how many people still have a skype account from several years ago!

What can I find?

  • Skype ID
  • Display Name
  • Profile Picture
  • Location
  • Date of Birth
  • Gender
  • Email Address
  • Creation Date
  • Microsoft Teams

Installation

1. Install Python

This program requires Python 3.8+ to be installed.

2. Cloning

Open your terminal, and execute the following commands:

git clone https://github.com/8C/skypehunt
cd skypehunt

3. Install requirements

Execute the following command in your terminal:

python3 -m pip install -r requirements.txt

Usage

1. Log into Skype

Log onto Skype Web and log into your Microsoft account

2. Open Developer Tools

Right click anywhere in your browser, and click Inspect. Then click on the Network tab.

screenshot

3. Reload the page

Reload the page with Ctrl + R (Windows & Linux) or Command + R (Mac)

4. Filter the requests

Search the requests for people.skype.com and click on the request

screenshot

5. Copy the Auth token

Scroll down and copy the Skype Auth token

screenshot

6. Paste the Auth token in token.txt

After pasting the Skype Auth token, save the file

screenshot

7. Run the program

Execute the following command in your terminal:

python3 skypehunt.py exampleusername123