This is a python code that tries to find information about people. It tries to search their name on platafroms like social media and google. It also has an email and phone number scraper. Remember the scrapers might not always work. note The AI is still a work in progress I also added DDoS attacker and a port scanner note The DDoS might not work. It is Still a Work in progres
Wat is deepsearch
DeepSearch is a simple script i made. It's used to search people's first and last names online with the links that are already set in the code. At the end of the name searcher it gives an AI preview from brave. After you type someting it clears the page. It doesn't automaticly save the asked questions. DeepSearch also has an build in phone number and email scraper. It tries to find all the numbers that can potationaly be a phone number. It also displays all the words with a @ in it so it is easier to find an email. But because of that it might also provide you with random things. DeepSearch also has an AI in it. The AI is still a work in progress so it won't answer everything you want. But it will work if you wanna have a normal conversation with it the AI moddel is bigscience/bloom-560m It is a small moddel so it might not work as intended.
I'll try and add a few new functions soon
How to use it?
Just use pyton. You can download the zip and just unzip it. Else you can use git clone https://github.com/ermwhatesigma/DeepSearch to have it in the same directonary of the folder. DeepSearch is fully ran in Terminal or powershell. So don't try to download it in an .exe file.
TERMUX
#I fixed the termux file you now have to run the linux.py file
git clone https://github.com/ermwhatesigma/DeepSearch
cd DeepSearch
pip install -r requirements.txt
python linux.py Windows
#You can dowload the zip file or else you can use.
git clone https://github.com/ermwhatesigma/DeepSearch
cd filelocation\Deepsearch
pip install -r requirements.txt
python main.py
#or
python3 main.py
#or
python main.pylinux
#If you wanna run the script on linux you can use the zip file or git clone.
git clone https://github.com/ermwhatesigma/DeepSearch
cd DeepSearch
pip install -r requirements.txt
#i use linux garuda Mokka. So instead i have to download pip make an env and run : pip install -r requirements.txt --break-system-packages
python linux.py
#or
python3 linux.py