how to use sherlock OSINT | Courses | Crax

Welcome To Crax.Pro Forum!

Check our new Marketplace at Crax.Shop

   Login! SignUp Now!
  • We are in solidarity with our brothers and sisters in Palestine. Free Palestine. To learn more visit this Page

  • Crax.Pro domain has been taken down!

    Alternatives: Craxpro.io | Craxpro.com

how to use sherlock OSINT

how to use sherlock OSINT

LV
1
 

Loading....

Member
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.

Similar threads

Top Bottom