Thursday, March 26, 2020

Sherlock


This script allows you to hunt down social media accounts by username across many different social networks. It is a good way to gather information before forming an attack strategy. 

Installation:

git clone https://github.com/sherlock-project/sherlock.git

cd sherlock

python3 -m pip install -r requirements.txt

Usage:

To show help menu type in:

python3 sherlock.py --help

To search for only one user:

python3 sherlock.py username

To search for multiple users:

python3 sherlock.py user1 user2 user3

Accounts found will be stored in an individual text file with the corresponding username (e.g user123.txt)

More information about the script can be found here

0 comments:

Post a Comment