• šŸŒ™ Community Spirit

    Ramadan Mubarak! To honor this month, Crax has paused NSFW categories. Wishing you peace and growth!

how to use sherlock OSINT (1 Viewer)

Currently reading:
 how to use sherlock OSINT (1 Viewer)

Recently searched:

Loading....

Member
LV
1
Joined
Jul 23, 2023
Threads
14
Likes
5
Awards
4
Credits
1,617Ā©
Cash
0$
Sherlock is an OSINT tool that includes a wide range of features.

šŸ‘¤šŸ’¬In this course, we demonstrate how to install this tool and search for users by their username in both Termux and Kali Linux.



Installation in Termux:
pkg update -y && pkg upgrade -y
apt install python
apt install git
git clone https://github.com/sherlock-project/sherlock.git ↗
cd sherlock/sherlock
pip install beautifulsoup4
pip install bs4
pip install certifi
pip install colorama
pip install lxml
pip install PySocks
pip install requests
pip install requests-futures
pip install soupsieve
pip install stem
pip install torrequest

Installation in Kali Linux:
git clone https://github.com/sherlock-project/sherlock.git ↗
cd sherlock/sherlock
pip install beautifulsoup4
pip install bs4
pip install certifi
pip install colorama
pip install lxml
pip install PySocks
pip install requests
pip install requests-futures
pip install soupsieve
pip install stem
pip install torrequest

Running:
To display help:

python3 sherlock.py

Searching for a username:

python3 sherlock.py username_to_search
Fc83c377ec5823e406d3c
 

Create an account or login to comment

You must be a member in order to leave a comment

Create account

Create an account on our community. It's easy!

Log in

Already have an account? Log in here.

Tips
Recently searched:

Similar threads

Users who are viewing this thread

Top Bottom