• We just launched and are currently in beta. Join us as we build and grow the community.

how to use sherlock OSINT

thang

Ledger Architect
T Rep
0
0
0
Rep
0
T Vouches
0
0
0
Vouches
0
Posts
171
Likes
87
Bits
2 MONTHS
2 2 MONTHS OF SERVICE
LEVEL 1 400 XP
Sherlock is an OSINT tool that includes a wide range of features.
https://cdn.jsdelivr.net/joypixels/...ypixels/assets/6.6/png/unicode/64/1f4ac.pngIn 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
You must upgrade your account or reply in the thread to view hidden text.
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
You must upgrade your account or reply in the thread to view hidden text.
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
 

439,009

316,008

316,017

Top