tuliopic / Search4

Best tool for investigation . Search on all Social sites for a particular username in no time .

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

logo





Q. What's this ?
>>> A tool to search a particular username on almost every social platform and tell , whether the user with that username exists on that sites or not


● Installation

Linux installation


git clone https://github.com/7rillionaire/Search4

cd Search4

chmod +x linux.sh

./linux.sh



Termux installation


git clone https://github.com/7rillionaire/Search4

cd Search4

chmod +x termux.sh

./termux.sh


● Usage



python search4.py -u username


● How it's working

This is a script made in python, that uses web servers response to check whether on a particular sites link , when giving a search parameter with a value, it gives 404 or 200 response . If it gives 200 then it means the site has the particular user . And if 404 or any bad response then it means the username doesn’t exist on that particular site.





~ Any ideas , suggestions, errors , please feel free to share :]

About

Best tool for investigation . Search on all Social sites for a particular username in no time .


Languages

Language:Python 90.5%Language:Shell 9.5%