Google Dorks Tools

Google Dorks Tools

Nota atomica extraida de la seccion "Google Dorks Tools" del master osint-references-master. Concepto unico = nota propia.

Recursos (de awesome-osint)

Google Dorks Tools

  • DorkGenius - DorkGenius is the ultimate tool for generating custom search queries for Google, Bing, and DuckDuckGo. - Our cutting-edge app uses the power of AI to help you create advanced search queries that can find exactly what you're looking for on the web.
  • DorkGPT - Generate Google Dorks with AI.
  • Google Hacking Database (GHDB) - The GHDB is an index of search queries (we call them dorks) used to find publicly available information, intended for pentesters and security researchers.
  • SearchDorks - Generate Search Engine (Google, FOFA, Shodan, Censys, ZoomEye) Dorks using AI.

Tambien desde OSINT Bible — 29. Advanced Google Dorks

Fuente complementaria del master osint-references-master.

2025 Dorks (specific):

# Sensitive information leaks
site:pastebin.com "password" "@company.com"
site:github.com "api_key" OR "api_secret" "company"
site:trello.com intext:"password" OR intext:"passwd"

# Exposed corporate documents
site:*.s3.amazonaws.com ext:xls | ext:xlsx "confidential"
filetype:pdf intext:"internal use only" site:gov

# IP cameras and IoT devices
inurl:/view/view.shtml
intitle:"webcamXP 5"

# Exposed admin panels
intitle:"index of" "admin"
intitle:"Dashboard" inurl:login
inurl:wp-admin intitle:"Dashboard"

# Exposed databases
intitle:"phpMyAdmin" "Welcome to phpMyAdmin"
inurl:"/phpmyadmin/index.php"
"#mysql dump" filetype:sql

# Employee information
site:linkedin.com "company name" "CEO" | "CTO" | "CISO"
site:*.linkedin.com "@companymail.com"

# Subdomains (combine with crt.sh)
site:*.target.com -www
site:*.*.target.com

Themes