Skip to content

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.

Notifications You must be signed in to change notification settings

HildegarMedina/simple-dork-ai

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Dork AI

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.

Setup

python -m venv .venv
source .venv/bin/activate
pip install -r requirements

Usage

Python Main Python Main Python Main

Example

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'

About

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.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages