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.
- Skype ID
- Display Name
- Profile Picture
- Location
- Date of Birth
- Gender
- Email Address
- Creation Date
- Microsoft Teams
This program requires Python 3.8+ to be installed.
Open your terminal, and execute the following commands:
git clone https://github.com/8C/SkypeSearch
cd SkypeSearch
Execute the following command in your terminal:
python3 -m pip install -r requirements.txt
Log onto Skype Web and log into your Microsoft account
Right click anywhere in your browser, and click Inspect. Then click on the Network tab.
Reload the page with Ctrl + R
(Windows & Linux) or Command + R
(Mac)
Search the requests for people.skype.com
and click on the request
Scroll down and copy the Skype Auth token
After pasting the Skype Auth token, save the file
Execute the following command in your terminal:
python3 skypesearch.py exampleusername123
This tool is inspired by White Hat Inspector's research on Skype IDs