{"id":31578350,"url":"https://github.com/8gudbits/dork-operators-current","last_synced_at":"2025-10-09T12:01:49.934Z","repository":{"id":317706354,"uuid":"1068512515","full_name":"8gudbits/dork-operators-current","owner":"8gudbits","description":"A list of validated Google dork operators updated on October 2025.","archived":false,"fork":false,"pushed_at":"2025-10-02T13:55:27.000Z","size":2,"stargazers_count":4,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-10-02T15:29:26.758Z","etag":null,"topics":["advanced-search","advanced-search-filters","cheatsheet","community-driven","dork-list","dork-parser","google-dorks","google-dorks-list","google-hacking","google-indexing","markdown","search-operators","search-syntax"],"latest_commit_sha":null,"homepage":"","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/8gudbits.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-10-02T13:51:54.000Z","updated_at":"2025-10-02T14:01:29.000Z","dependencies_parsed_at":null,"dependency_job_id":"2c9ad42d-d902-4df4-832b-7aac30a690c9","html_url":"https://github.com/8gudbits/dork-operators-current","commit_stats":null,"previous_names":["8gudbits/dork-operators-current"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/8gudbits/dork-operators-current","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/8gudbits%2Fdork-operators-current","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/8gudbits%2Fdork-operators-current/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/8gudbits%2Fdork-operators-current/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/8gudbits%2Fdork-operators-current/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/8gudbits","download_url":"https://codeload.github.com/8gudbits/dork-operators-current/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/8gudbits%2Fdork-operators-current/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278510917,"owners_count":25998997,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-05T02:00:06.059Z","response_time":54,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["advanced-search","advanced-search-filters","cheatsheet","community-driven","dork-list","dork-parser","google-dorks","google-dorks-list","google-hacking","google-indexing","markdown","search-operators","search-syntax"],"created_at":"2025-10-05T19:57:01.398Z","updated_at":"2025-10-05T19:57:02.679Z","avatar_url":"https://github.com/8gudbits.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# dork-operators-current\n\nA list of validated Google dork operators updated on October 2025.\u003cbr\u003e\n\n**Found a working operator not listed here, or noticed one that no longer works? _Open an issue or submit a pull request_ to help keep this list accurate and up to date.**\n\n## Scope-Restricting Dorks\n\n| Operator   | Description                                                  | Syntax                | Example                           |\n| ---------- | ------------------------------------------------------------ | --------------------- | --------------------------------- |\n| site       | Search within a domain or TLD                                | site:\u003cdomain\u003e         | site:google.com                   |\n| inurl      | Keyword must be in document URL                              | inurl:\u003ckeyword\u003e       | inurl:sheet                       |\n| allinurl   | Like inurl but allows multiple keywords separated by space   | allinurl:\u003ckeywords\u003e   | allinurl:search com               |\n| intitle    | Keyword must be in document title                            | intitle:\u003ckeyword\u003e     | intitle:money                     |\n| allintitle | Like intitle but allows multiple keywords separated by space | allintitle:\u003ckeywords\u003e | allintitle:dog cat                |\n| intext     | Keyword must be in document text                             | intext:\u003ckeyword\u003e      | intext:news                       |\n| allintext  | Like intext but allows multiple keywords separated by space  | allintext:\u003ckeywords\u003e  | allintext:math science university |\n| inanchor   | Search keyword in anchor text                                | inanchor:\u003ckeyword\u003e    | inanchor:security                 |\n\n## Filetype \u0026 Download Dorks\n\n| Operator | Description                                         | Syntax          | Example             |\n| -------- | --------------------------------------------------- | --------------- | ------------------- |\n| filetype | Search for a specific filetype                      | filetype:\u003ctype\u003e | filetype:pdf        |\n| ext      | Same as filetype                                    | ext:\u003ctype\u003e      | ext:pdf             |\n| index of | Search for direct downloads (not a formal operator) | index of:\u003cterm\u003e | index of:mp4 videos |\n\nFor a full list of officially indexable file types supported by Google Search, see [Google's documentation](https://developers.google.com/search/docs/crawling-indexing/indexable-file-types).\n\n## Date \u0026 Range Dorks\n\n| Operator | Description                                                  | Syntax              | Example           |\n| -------- | ------------------------------------------------------------ | ------------------- | ----------------- |\n| after    | Search for documents published/indexed after the given date  | after:\u003cyyyy-mm-dd\u003e  | after:2020-06-03  |\n| before   | Search for documents published/indexed before the given date | before:\u003cyyyy-mm-dd\u003e | before:2020-06-03 |\n| m .. n   | Search for a range of numbers                                | \u003cnumber\u003e ..\u003cnumber\u003e | 1 .. 100          |\n\n## Informational \u0026 Metadata Dorks\n\n| Operator | Description                                       | Syntax           | Example            |\n| -------- | ------------------------------------------------- | ---------------- | ------------------ |\n| info     | Search for info about a website                   | info:\u003cdomain\u003e    | info:google.com    |\n| related  | Search for docs related to a website              | related:\u003cdomain\u003e | related:google.com |\n| cache    | Search cached version of a site via Google        | cache:\u003cdomain\u003e   | cache:google.com   |\n| define   | Search for definition of a word                   | define:\u003cword\u003e    | define:funny       |\n| source   | Search on a specific news site (Google News only) | source:\u003cnews\u003e    | source:theguardian |\n\n## Specialized Dorks\n\n| Operator | Description                         | Syntax             | Example       |\n| -------- | ----------------------------------- | ------------------ | ------------- |\n| stock    | Search for market stock info        | stock:\u003csymbol\u003e     | stock:dax     |\n| weather  | Search for weather info by location | weather:\u003clocation\u003e | weather:Miami |\n\n## Logical \u0026 Structural Operators\n\n| Operator | Description                              | Syntax                    | Example                |\n| -------- | ---------------------------------------- | ------------------------- | ---------------------- |\n| ()       | Group multiple terms or operators        | (\u003cterm\u003e OR \u003cterm\u003e)        | inurl:(html \\| php)    |\n| \"\"       | Exact match (case-insensitive)           | \"\u003ckeywords\u003e\"              | \"google\"               |\n| -        | Exclude results (NOT operator)           | -\u003cterm\u003e                   | -site:youtube.com      |\n| OR       | Same as \\|                               | \u003cterm\u003e OR \u003cterm\u003e          | \"google\" \\| \"yahoo\"    |\n| AROUND   | Finds words within n words of each other | \u003cword1\u003e AROUND(n) \u003cword2\u003e | google AROUND(10) good |\n\n## Vertical \u0026 Contextual Dorks\n\n| Operator | Description                                     | Syntax                     | Example                   |\n| -------- | ----------------------------------------------- | -------------------------- | ------------------------- |\n| in       | Converts units or currencies directly in search | \u003cvalue\u003e in \u003cunit/currency\u003e | 100 USD in BDT            |\n| map      | Opens Google Maps for a location or query       | map:\u003clocation\u003e             | map:coffee shops in Dhaka |\n| movie    | Searches for movie info or showtimes            | movie:\u003ctitle/location\u003e     | movie:Oppenheimer Dhaka   |\n| book     | Searches for books related to a keyword         | book:\u003ckeyword\u003e             | book:cybersecurity        |\n| blogurl  | Finds blogs with a specific keyword in the URL  | blogurl:\u003ckeyword\u003e          | blogurl:startup           |\n\n---\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F8gudbits%2Fdork-operators-current","html_url":"https://awesome.ecosyste.ms/projects/github.com%2F8gudbits%2Fdork-operators-current","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2F8gudbits%2Fdork-operators-current/lists"}