Simple Dork AI is a tool designed to generate dorks and search for information using those dorks with Selenium. It automates the process of crafting search queries (dorks) to find specific information on the web, making it easier for users to gather data efficiently.
python -m venv .venv
source .venv/bin/activate
pip install -r requirements
Generate dork:
python app.py -g "I want to search information about Hildegar Medina, just social networks"
Search information with dork:
python app.py -d '"Hildegar Medina" site:facebook.com OR site:twitter.com OR site:instagram.com OR
site:linkedin.com'