Skip to content

Latest commit

Β 

History

History
29 lines (22 loc) Β· 2.08 KB

File metadata and controls

29 lines (22 loc) Β· 2.08 KB

Changelog

[1.3.0] β€” 2026-06-16 β€” Verification Refresh + KEYWORD Convention

Changed (breaking, intentional)

  • All ~400 dorks and queries across Google, GitHub, Shodan, and Censys now use a KEYWORD placeholder (or a native scope filter: org:, site:, hostname:, net:, autonomous_system.organization) in place of hard-coded secret-seeking value strings.
  • Service fingerprints (product titles, API paths, ports, env-var names, key prefixes) are intentionally kept β€” they identify the service/format, not a victim's secret.
  • README opens with a new "KEYWORD Convention β€” Read This First" section.
  • CONTRIBUTING makes the KEYWORD convention mandatory for new dorks.

Verified / Corrected (June 2026 refresh)

  • Grok site:grok.com/share β€” re-confirmed 🟒 still broadly indexed.
  • ChatGPT site:chatgpt.com/share β€” kept 🟑 degraded; de-indexing ongoing since the Aug 2025 feature removal, but cached/third-party-archived copies persist and spot checks still return occasional live results. Bing/DuckDuckGo may retain more than Google.
  • HuggingFace Spaces β€” re-confirmed 🟒 active.
  • GitHub syntax β€” re-confirmed web Code Search uses path:; legacy filename: survives only via REST API v3.
  • ChromaDB β€” re-confirmed /api/v2, port 8000, no auth by default, binds localhost.
  • Default ports & key prefixes β€” re-verified against official docs.

Notes

  • Content scope (CVEs, threat-intel, tools, Sigma rules) carried forward unchanged from v1.2.0; this release is a parameterization + verification refresh, not a content expansion.
  • A KEYWORD_BANK.md of the previous secret-seeking terms was preserved out-of-tree for upcoming tooling work (not published in the repo).

[1.2.0] β€” 2026-04

  • MCP systemic RCE (Ox Security, 10+ CVEs), Claude Code source-map leak, ChatGPT DNS exfiltration, GitHub Copilot wormable RCE (CVE-2025-53773), nginx-ui MCPwn (CVE-2026-33032), DeepSeek ClickHouse exposure, 300K+ ChatGPT creds, additional exposed Ollama instances, Mythos/Glasswing.

[1.0.0] β€” 2026-04

  • Initial public release.