Sherlock - Hunt Down Social Media Accounts 2022

Sherlock - Hunt down social media Accounts

Hunt Down Social Media Accounts with Sherlock 

Social media is a big target when you collect data about a person. People often appear under a screen name, and using this screen name can reveal all accounts created by the same person and open sources for photos and family members' accounts. This method is often used by cyber security professionals. This article or section needs sources or references that appear incredible, third-party publications. Content here is for educational purposes only and does not promote any illegal activities. 

What is Sherlock?

Sherlock is open-source software. Written in Python computer language, it is easy for anyone to use. This will give you a list of accounts created corresponding to the Display Name given to you. Accordingly, you can find clues about those accounts and collect personal data through them. It is important to note that you can only access public information.

Sherlock Installation 

You will need a computer (Windows, macOS, or Ubuntu will suffice) or a mobile phone for this. This requires Python 3.6 or higher as it is powered by Python. Before starting this, make sure that the Git Package is installed. Type git in the Command Prompt / Terminal and make sure that no error message is displayed. If you get an error message you need to install git.
 

Windows / Linux / macOS 

You do not need third-party software here. You can use the Command Prompt / Windows PowerShell / Terminal / Console that comes with the operating system for this. Then type python -V and press Enter to display the currently installed Python version. If you have not already installed Python, use this Guide to complete it.
 

Android Devices 

You do not have an in-built terminal for this and you need to install Termux, a third-party application. You have now completed the basic requirements. To install Sherlock, you need to type the following code in the terminal.
$ git clone https://github.com/sherlock-project/sherlock.git
$ cd sherlock
Now you need to install python packages related to Sherlock.
$python3 -m pip install -r requirements.txt
Once this process is complete you have successfully installed Sherlock. To get the help menu once this is installed Should be typed as. As you can see, there are other options, including Tor. This is used to hide who is making the request directly. We do not expect to talk about it today.
 

How to use Sherlock 

You will need a username for this. (Eg: user1)
$ python3 sherlock.py user1 -r --print-found

The --print-found flag displays multiple outputs when executed without it. Now you are given a list of accounts corresponding to the screen name given to you. Now run the ls (dir in Windows) command to scan the detailed file. In our example, it should be user1.txt. This way you can get accounts corresponding to a username. I suggest you use common sense to select the owner's real account.

How to Protect your Personal Data from the Internet 

It is your responsibility to be careful about sharing personal information on social media to avoid these types of attacks.

Post a Comment

0 Comments