This Python script is a simple OSINT (Open Source Intelligence) web scraping tool that allows you to search for information about a query on multiple search engines (Bing, DuckDuckGo, Google, Brave) and categorizes the results by link type (Email, Social Media Profile).
- Search for a query on multiple search engines.
- Categorize search results into different link types.
- Display results grouped by link type.
- Ensure that only unique links are displayed from different search engines.
Before running the script, make sure you have Python installed. You will also need to install the required dependencies listed in the requirements.txt file using pip.
Clone this repository to your local machine: git clone https://github.com/davitcoin/searchanything.git
pip install -r requirements.txt
cd searchanything
python searchanything.py Enter your search query and wait for the results to be displayed.