Merge pull request #623 from lockfale/feature/THE-154-search-engines-batch4

Enrich Search Engines tools batch 4/4 (THE-154)
This commit is contained in:
s0lray
2026-03-27 23:06:24 -04:00
committed by GitHub
+128 -8
View File
@@ -9508,27 +9508,102 @@
{
"name": "pagodo - Passive Google Dork (T)",
"type": "url",
"url": "https://github.com/opsdisk/pagodo"
"url": "https://github.com/opsdisk/pagodo",
"description": "Python CLI tool that automates passive Google dork searches using the Google Hacking Database (GHDB), supporting HTTP/SOCKS5 proxies to avoid rate-limiting.",
"status": "live",
"pricing": "free",
"bestFor": "Automated passive Google dork enumeration from GHDB",
"input": "GHDB dork categories, target domain",
"output": "Google search result URLs matching dork patterns",
"opsec": "passive",
"opsecNote": "Queries public Google search only; supports proxy configuration to reduce exposure. No direct target system contact.",
"localInstall": true,
"googleDork": true,
"registration": false,
"editUrl": false,
"api": false,
"invitationOnly": false,
"deprecated": false
},
{
"name": "Google Trends",
"type": "url",
"url": "https://trends.google.com/trends/"
"url": "https://trends.google.com/trends/",
"description": "Google's free tool for analyzing search interest trends over time and by geography, providing anonymized and aggregated data.",
"status": "live",
"pricing": "free",
"bestFor": "Tracking topic interest, comparing search terms, identifying trend patterns",
"input": "Search term or topic",
"output": "Trend graphs, regional interest data, related queries",
"opsec": "passive",
"opsecNote": "Queries Google's anonymized aggregated data; no personal data exposure and no direct target contact.",
"localInstall": false,
"googleDork": false,
"registration": false,
"editUrl": true,
"api": false,
"invitationOnly": false,
"deprecated": false
},
{
"name": "dorksearch.com",
"type": "url",
"url": "https://www.dorksearch.com/"
"url": "https://www.dorksearch.com/",
"description": "Web-based Google dork builder and search tool that integrates with Shodan, Censys, and GitHub for comprehensive OSINT searches.",
"status": "live",
"pricing": "free",
"bestFor": "Building complex Google dorks with API cross-referencing",
"input": "Target domain, keywords, dork parameters",
"output": "Google search queries with optional Shodan/Censys/GitHub results",
"opsec": "passive",
"opsecNote": "Constructs and executes Google dork queries; API integrations may send queries to third-party services.",
"localInstall": false,
"googleDork": true,
"registration": false,
"editUrl": true,
"api": true,
"invitationOnly": false,
"deprecated": false
},
{
"name": "dorkgenerator.pages.dev",
"type": "url",
"url": "https://dorkgenerator.pages.dev/"
"url": "https://dorkgenerator.pages.dev/",
"description": "Online dork generator for creating custom Google search parameter queries to assist in OSINT and security research.",
"status": "live",
"pricing": "free",
"bestFor": "Quick generation of custom Google dork queries",
"input": "Target, search parameters, dork type",
"output": "Constructed Google dork search URL",
"opsec": "passive",
"opsecNote": "Generates query strings locally; executing the dork in Google is passive public search.",
"localInstall": false,
"googleDork": true,
"registration": false,
"editUrl": true,
"api": false,
"invitationOnly": false,
"deprecated": false
},
{
"name": "dorksearch.netlify.app",
"type": "url",
"url": "https://dorksearch.netlify.app/"
"url": "https://dorksearch.netlify.app/",
"description": "Lightweight web interface for building and executing Google dork searches with minimal dependencies.",
"status": "live",
"pricing": "free",
"bestFor": "Fast, simple Google dork query generation",
"input": "Keywords and dork operators",
"output": "Google dork search URL",
"opsec": "passive",
"opsecNote": "Generates and redirects to Google search queries; passive public search only.",
"localInstall": false,
"googleDork": true,
"registration": false,
"editUrl": true,
"api": false,
"invitationOnly": false,
"deprecated": false
}
]
},
@@ -9539,17 +9614,62 @@
{
"name": "Google Hacking Database",
"type": "url",
"url": "https://www.exploit-db.com/google-hacking-database"
"url": "https://www.exploit-db.com/google-hacking-database",
"description": "Offensive Security's curated database of Google dork queries, organized by category, used for finding sensitive information exposed on the web.",
"status": "live",
"pricing": "free",
"bestFor": "Finding proven dork queries by category for security research",
"input": "Category or keyword search within GHDB",
"output": "Curated Google dork queries with descriptions",
"opsec": "passive",
"opsecNote": "Reference database only; executing dorks against Google is passive public search with no direct target contact.",
"localInstall": false,
"googleDork": true,
"registration": false,
"editUrl": false,
"api": false,
"invitationOnly": false,
"deprecated": false
},
{
"name": "Google Search Operators Guide",
"type": "url",
"url": "https://www.googleguide.com/advanced_operators_reference.html"
"url": "https://www.googleguide.com/advanced_operators_reference.html",
"description": "Official Google documentation covering all supported search operators, syntax, and advanced search techniques.",
"status": "live",
"pricing": "free",
"bestFor": "Reference for Google search operator syntax and capabilities",
"input": "N/A (reference document)",
"output": "Documentation on operators, syntax, and examples",
"opsec": "passive",
"opsecNote": "Static reference documentation; no data is submitted or queries executed.",
"localInstall": false,
"googleDork": false,
"registration": false,
"editUrl": false,
"api": false,
"invitationOnly": false,
"deprecated": false
},
{
"name": "Google Guide Cheat Sheet",
"type": "url",
"url": "https://www.googleguide.com/help/calculator.html"
"url": "https://www.googleguide.com/help/calculator.html",
"description": "Quick-reference cheat sheet for Google search operators and advanced search syntax from Google Guide.",
"status": "live",
"pricing": "free",
"bestFor": "Quick lookup of Google search operator syntax",
"input": "N/A (reference document)",
"output": "Tabular reference of operators with examples",
"opsec": "passive",
"opsecNote": "Static reference page; no queries executed or data submitted.",
"localInstall": false,
"googleDork": false,
"registration": false,
"editUrl": false,
"api": false,
"invitationOnly": false,
"deprecated": false
}
]
}