What is the Sherlock tool?
Sherlock is a great tool that will allow you to search for a particular username on all social media, forums and even sites. for example, if you have someone's username and want to know more about the username just use this tool and it will show you where this username is registered on the internet.How to install sherlock in termux?
Step 1:
This command will check the dependencies and update them to the current date.apt update && apt upgradePress N if asks about the version.
Step 2:
This command will install the python language in your termux .pkg install python(While installing if it is asking do you wanna Continue just press y and enter.)
Step 3:
This command will install the git package which will allow us to download projects from the GitHub repository.pkg install git(While installing if it is asking do you wanna Continue just press y and enter.)
Step 4:
The git-clone command will download the desired project from the GitHub repository.
git clone https://github.com/sherlock-project/sherlock.git
Here we have to change the directory to the Sherlock folder if you don't understand this command it's highly recommended to check out this blog [Basic Termux commands complete guide]
cd sherlock
Step 6:
Now use below command to install requirements for the sherlock tool.
pip3 install -r requiremnts.txt
Step 7:
Use these below commands to install missing dependencies from termux.
pip3 install requests requests_futures torrequestnow this command will install all the missing modules.
How to use sherlock tool in termux:
Basic Run:
Just type python space sherlock.py and put the username name you wanna scan for and hit enter and sit back and sherlock will scan on every site(which is available in the sherlock).
Just type python space sherlock.py and put the username name you wanna scan for and hit enter and sit back and sherlock will scan on every site(which is available in the sherlock).
python sherlock.py username
Please change the username with the username on which you wanna gather the information.
Now you will get a link of social media if that username is registered on a particular site. if the username is not registered on the site then you will see Not found.
If you want to how you can change colors in termux read this blog[Hackers theme termux in 5 steps only]
Get only those website where username has registered:
Use below command to only print the website which has a link to this username.
See the stored data:
Now you will get a link of social media if that username is registered on a particular site. if the username is not registered on the site then you will see Not found.
If you want to how you can change colors in termux read this blog[Hackers theme termux in 5 steps only]
Get only those website where username has registered:
Use below command to only print the website which has a link to this username.
python sherlock.py username --print-found
See the stored data:
Sherlock tool will store the data in text file.just type the ls command to se the text file.
ls
here you can see the anyname.txt file.
Use cat command to see the data inside the file,if you don't know the basic command of termux real this post everything is easily explained [termux basic commands]
cat filename.txt
Now you can see all the links that stored in the file created by the sherlock.