DeepSocial is a Python-based tool that allows you to search for user profiles across various social media platforms, online stores, work platforms, streaming services, and even hacking sites. With DeepSocial, you can quickly gather information about an individual's online presence and explore their profiles across different networks.
- Search multiple platforms like Twitter, Instagram, LinkedIn, YouTube, and many others.
- Check user availability on online stores like eBay, Amazon, Etsy, and more.
- Explore work and freelancing platforms such as Upwork, Fiverr, and Freelancer.
- Verify profiles on streaming services like Spotify, SoundCloud, and YouTube Music.
- Find users on hacking-related sites like Hack The Box, TryHackMe, and VulnHub.
To install the DeepSocial tool, clone this repository to your local machine:
git clone https://github.com/sous4sec/DeepSocial.git
cd DeepSocialInstall the necessary dependencies:
pip install -r requirements.txtAfter installing the required dependencies, you can run the script to search for a user profile. The basic command syntax is:
python DeepSocial.py <username> [--c {all,sm,s,w,st,ht}]<username>is the username you want to search for across various platforms.--callows you to specify the categories to search in:all: Search all categories (default).sm: Search only on social media platforms.s: Search only in online stores.w: Search only in work platforms.st: Search only in streaming platforms.ht: Search only in hacking-related sites.
To search for the user john_doe across all categories, run:
python DeepSocial.py john_doe --c allTo search for the user john_doe only on social media platforms:
python DeepSocial.py john_doe --c smFeel free to fork the repository and submit pull requests. Any suggestions or improvements are welcome.
