From 8db121f60e69fd8d370fd0ca1f889ebf0f866a7e Mon Sep 17 00:00:00 2001 From: s0lray Date: Fri, 27 Mar 2026 09:01:44 -0400 Subject: [PATCH] Enrich Search Engines tools (batch 4/4) (THE-154) Populate enrichment fields for 8 Search Engines tools: - pagodo - Passive Google Dork (T) - Google Trends - dorksearch.com - dorkgenerator.pages.dev - dorksearch.netlify.app - Google Hacking Database - Google Search Operators Guide - Google Guide Cheat Sheet All 8 tools verified live, 100% free, all passive OPSEC. Adds description, status, pricing, bestFor, input/output, opsec, opsecNote, and all badge fields for each tool. Co-Authored-By: Paperclip --- public/arf.json | 153 +++++++++++++++++++++++++++++++++++++++++++++--- 1 file changed, 144 insertions(+), 9 deletions(-) diff --git a/public/arf.json b/public/arf.json index b8b4568..a03cf84 100644 --- a/public/arf.json +++ b/public/arf.json @@ -1378,7 +1378,22 @@ { "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 } ] }, @@ -5169,27 +5184,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 } ] }, @@ -5200,17 +5290,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 } ] }