What is sherlock tool?
সহজ কথায় এটি এমন এক tools যা ব্যবহারকারীর ইউজার নাম নেয় এবং ফেসবুক, ইনস্টাগ্রাম ইত্যাদির মতো অনেক সাইটে তাদের ব্যবহারকারীর নাম অনুসন্ধান করে এবং যেখানেই এটি খুঁজে পায় তাদের প্রোফাইলের লিঙ্কটি দেখায়।
পথমে আপনার termux tools install থাকতে হবে ।
you have to install termux app and open it and follows the instructions below:-
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.
Post a Comment