Files
keyhunter/dorks/google/specialized.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

71 lines
2.5 KiB
YAML

- id: google-perplexity-pastebin
name: "Perplexity keys on Pastebin"
source: google
category: specialized
query: 'site:pastebin.com "pplx-"'
description: "Pastebin dumps containing Perplexity API keys"
tags: [perplexity, pastebin, tier3]
- id: google-hf-pastebin
name: "Hugging Face tokens on Pastebin"
source: google
category: specialized
query: 'site:pastebin.com "hf_"'
description: "Pastebin dumps containing Hugging Face access tokens"
tags: [huggingface, pastebin, tier3]
- id: google-elevenlabs-env
name: "ElevenLabs keys in indexed .env files"
source: google
category: specialized
query: 'intext:"ELEVENLABS_API_KEY" filetype:env'
description: "Publicly indexed .env files with ElevenLabs API keys"
tags: [elevenlabs, env, tier3]
- id: google-deepgram-env
name: "Deepgram keys in indexed .env files"
source: google
category: specialized
query: 'intext:"DEEPGRAM_API_KEY" filetype:env'
description: "Publicly indexed .env files with Deepgram API keys"
tags: [deepgram, env, tier3]
- id: google-assemblyai-pastebin
name: "AssemblyAI keys on Pastebin"
source: google
category: specialized
query: 'site:pastebin.com "ASSEMBLYAI_API_KEY"'
description: "Pastebin dumps containing AssemblyAI API keys"
tags: [assemblyai, pastebin, tier3]
- id: google-stability-env
name: "Stability AI keys in indexed .env files"
source: google
category: specialized
query: 'intext:"sk-stability-" filetype:env'
description: "Publicly indexed .env files with Stability AI API keys"
tags: [stability, env, tier3]
- id: google-jina-env
name: "Jina AI keys in indexed .env files"
source: google
category: specialized
query: 'intext:"jina_" filetype:env'
description: "Publicly indexed .env files with Jina AI API keys"
tags: [jina, env, tier3]
- id: google-voyage-env
name: "Voyage AI keys in indexed .env files"
source: google
category: specialized
query: 'intext:"VOYAGE_API_KEY" filetype:env'
description: "Publicly indexed .env files with Voyage AI API keys"
tags: [voyage, env, tier3]
- id: google-hf-notebook
name: "Hugging Face tokens in Google Colab notebooks"
source: google
category: specialized
query: 'site:colab.research.google.com "hf_"'
description: "Google Colab notebooks leaking Hugging Face tokens"
tags: [huggingface, colab, tier3]
- id: google-hf-kaggle
name: "Hugging Face tokens in Kaggle notebooks"
source: google
category: specialized
query: 'site:kaggle.com "hf_" inurl:notebook'
description: "Kaggle notebooks leaking Hugging Face tokens"
tags: [huggingface, kaggle, tier3]