Skip to content

Totoro2205/SkypeSearch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

screenshot

Python minimum version

🔎 SkypeSearch

SkypeSearch is an async OSINT tool made to allow researchers to easily find information from a skype user, with just a username, phone number or email.

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/SkypeSearch
cd SkypeSearch

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 skypesearch.py exampleusername123

Credits

This tool is inspired by White Hat Inspector's research on Skype IDs

About

OSINT Framework for Skype

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages