Files
keyhunter/pkg/dorks/definitions/google/frontier.yaml
salvacybersec 348d1c057b feat(08-03): add 30 Google dorks across 3 categories
- frontier.yaml: 12 dorks (OpenAI, Anthropic, Google AI, Groq, Cohere, Mistral, xAI, Replicate)
- specialized.yaml: 10 dorks (Perplexity, HF, ElevenLabs, Deepgram, AssemblyAI, Stability, Jina, Voyage)
- infrastructure.yaml: 8 dorks (OpenRouter, LiteLLM, Helicone, Portkey, Ollama, vLLM, LocalAI)
- Real site:/filetype:/intitle:/inurl: operators, no templating
- Dual-located: pkg/dorks/definitions/google/ (go:embed) + dorks/google/ (user-visible)
2026-04-06 00:20:56 +03:00

85 lines
3.0 KiB
YAML

- id: google-openai-pastebin
name: "OpenAI project keys on Pastebin"
source: google
category: frontier
query: 'site:pastebin.com "sk-proj-"'
description: "Pastebin dumps containing OpenAI project API keys"
tags: [openai, pastebin, tier1]
- id: google-openai-gitlab-raw
name: "OpenAI keys in GitLab raw blobs"
source: google
category: frontier
query: 'site:gitlab.com/*/raw/* "sk-proj-"'
description: "GitLab raw file URLs that leak OpenAI project keys"
tags: [openai, gitlab, tier1]
- id: google-openai-env-leak
name: "OpenAI keys in indexed .env files"
source: google
category: frontier
query: 'intext:"OPENAI_API_KEY=sk-proj-" filetype:env'
description: "Publicly indexed .env files with OpenAI project keys"
tags: [openai, env, tier1]
- id: google-anthropic-pastebin
name: "Anthropic keys on Pastebin"
source: google
category: frontier
query: 'site:pastebin.com "sk-ant-api03-"'
description: "Pastebin dumps containing Anthropic API keys"
tags: [anthropic, pastebin, tier1]
- id: google-anthropic-env
name: "Anthropic keys in indexed .env files"
source: google
category: frontier
query: 'intext:"ANTHROPIC_API_KEY=sk-ant-" filetype:env'
description: "Publicly indexed .env files with Anthropic API keys"
tags: [anthropic, env, tier1]
- id: google-ai-pastebin
name: "Google AI keys on Pastebin"
source: google
category: frontier
query: 'site:pastebin.com "AIzaSy" "generativelanguage"'
description: "Google Generative Language keys exposed on Pastebin"
tags: [google-ai, pastebin, tier1]
- id: google-ai-gitlab
name: "Google AI keys in GitLab configs"
source: google
category: frontier
query: 'site:gitlab.com "AIzaSy" inurl:config'
description: "GitLab config files containing Google AI API keys"
tags: [google-ai, gitlab, tier1]
- id: google-groq-pastebin
name: "Groq keys on Pastebin"
source: google
category: frontier
query: 'site:pastebin.com "gsk_"'
description: "Pastebin dumps containing Groq API keys"
tags: [groq, pastebin, tier1]
- id: google-cohere-env
name: "Cohere keys in indexed .env files"
source: google
category: frontier
query: 'intext:"COHERE_API_KEY" filetype:env'
description: "Publicly indexed .env files with Cohere API keys"
tags: [cohere, env, tier2]
- id: google-mistral-env
name: "Mistral keys in indexed .env files"
source: google
category: frontier
query: 'intext:"MISTRAL_API_KEY=" filetype:env'
description: "Publicly indexed .env files with Mistral API keys"
tags: [mistral, env, tier2]
- id: google-xai-pastebin
name: "xAI keys on Pastebin"
source: google
category: frontier
query: 'site:pastebin.com "xai-"'
description: "Pastebin dumps containing xAI (Grok) API keys"
tags: [xai, pastebin, tier2]
- id: google-replicate-env
name: "Replicate keys in indexed .env files (non-GitHub)"
source: google
category: frontier
query: 'intext:"r8_" filetype:env -site:github.com'
description: "Publicly indexed .env files with Replicate tokens outside GitHub"
tags: [replicate, env, tier2]