Skip to content

Instantly share code, notes, and snippets.

@ageeb1982
Forked from sundowndev/GoogleDorking.md
Last active July 4, 2023 06:54
Show Gist options
  • Save ageeb1982/7390a736eac2bcdf21515cec299d5ffe to your computer and use it in GitHub Desktop.
Save ageeb1982/7390a736eac2bcdf21515cec299d5ffe to your computer and use it in GitHub Desktop.

Revisions

  1. ageeb1982 revised this gist Jul 4, 2023. 1 changed file with 103 additions and 0 deletions.
    103 changes: 103 additions & 0 deletions GoogleDorking.md
    Original file line number Diff line number Diff line change
    @@ -1,6 +1,109 @@
    # Google dork cheatsheet

    ## Search filters



    # ورقة مرجعية لـ Google Dork

    ## مرشحات البحث
    | المرشح | الوصف | المثال |
    | :-------------- |:---------------------------------------------------| :------------------------------------|
    | allintext | يبحث عن حدوث كل الكلمات الرئيسية المعطاة. | `allintext:"كلمة رئيسية"` |
    | intext | يبحث عن حدوث الكلمات الرئيسية سواء كانت كلها معًا أو واحدة تلو الأخرى. | `intext:"كلمة رئيسية"` |
    | inurl | يبحث عن عنوان URL مطابق لإحدى الكلمات الرئيسية. | `inurl:"كلمة رئيسية"` |
    | allinurl | يبحث عن عنوان URL يطابق جميع الكلمات الرئيسية في الاستعلام. | `allinurl:"كلمة رئيسية"` |
    | intitle | يبحث عن حدوث الكلمات الرئيسية في العنوان بالكامل أو واحدة فقط. | `intitle:"كلمة رئيسية"` |
    | allintitle | يبحث عن حدوث الكلمات الرئيسية كلها في وقت واحد. | `allintitle:"كلمة رئيسية"` |
    | site | يبحث عن موقع محدد بشكل خاص ويعرض جميع النتائج المتعلقة بذلك الموقع. | `site:"www.google.com"` |
    | filetype | يبحث عن نوع ملف محدد مذكور في الاستعلام. | `filetype:"pdf"` |
    | link | يبحث عن روابط خارجية للصفحات. | `link:"كلمة رئيسية"` |
    | numrange | يستخدم لتحديد أرقام محددة في عمليات البحث. | `numrange:321-325` |
    | before/after | يستخدم للبحث في نطاق تاريخ معين. | `filetype:pdf & (before:2000-01-01 after:2001-01-01)` |
    | allinanchor (وأيضًا inanchor) | يعرض المواقع التي تحتوي على مصطلحات رئيسية في الروابط التي تشير إليها، حسب ترتيب الروابط الأكثر. | `inanchor:rat` |
    | all

    inpostauthor (وأيضًا inpostauthor) | حصري للبحث في المدونات، يختار هذا المرشح مشاركات المدونة التي تمت كتابتها بواسطة أفراد محددين. | `allinpostauthor:"كلمة رئيسية"` |
    | related | يعرض صفحات الويب "المشابهة" لصفحة ويب محددة. | `related:www.google.com` |
    | cache | يعرض نسخة الصفحة الويب التي يحتفظ بها Google في ذاكرته المؤقتة. | `cache:www.google.com` |

    ## أمثلة

    ```
    intext:"index of /"
    Nina Simone intitle:”index.of” “parent directory” “size” “last modified” “description” I Put A Spell On You (mp4|mp3|avi|flac|aac|ape|ogg) -inurl:(jsp|php|html|aspx|htm|cf|shtml|lyrics-realm|mp3-collection) -site:.info
    Bill Gates intitle:”index.of” “parent directory” “size” “last modified” “description” Microsoft (pdf|txt|epub|doc|docx) -inurl:(jsp|php|html|aspx|htm|cf|shtml|ebooks|ebook) -site:.info
    parent directory DVDRip -xxx -html -htm -php -shtml -opendivx -md5 -md5sums
    parent directory MP3 -xxx -html -htm -php -shtml -opendivx -md5 -md5sums
    parent directory Name of Singer or album -xxx -html -htm -php -shtml -opendivx -md5 -md5sums
    filetype:config inurl:web.config inurl:ftp
    “Windows XP Professional” 94FBR
    ext:(doc | pdf | xls | txt | ps | rtf | odt | sxw | psw | ppt | pps | xml) (intext:confidential salary | intext:"budget approved") inurl:confidential
    ext:(doc | pdf | xls | txt | ps | rtf | odt | sxw | psw | ppt | pps | xml) (intext:confidential salary | intext:”budget approved”) inurl:confidential
    ```

    ## العوامل

    #### مصطلح البحث

    يقوم هذا المشغل بالبحث عن العبارة المحددة بين علامات الاقتباس فقط. هذا مثالي عندما تكون العبارة التي تستخدمها في البحث غامضة ويمكن أن يتم الخلط بها بسهولة مع شيء آخر، أو عندما لا تتلقى نتائج كافية وذات صلة بما يكفي. على سبيل المثال:

    ``

    `
    "Tinned Sandwiches"
    ```
    #### أو (OR)
    يقوم هذا المشغل الذي لا يحتاج إلى شرح بالبحث عن مصطلح البحث المعطى أو مصطلح مكافئ.
    ```
    site:facebook.com | site:twitter.com
    ```
    #### و (AND)
    ```
    site:facebook.com & site:twitter.com
    ```
    #### تركيب المشغلات
    ```
    (site:facebook.com | site:twitter.com) & intext:"login"
    (site:facebook.com | site:twitter.com) (intext:"login")
    ```
    #### تضمين النتائج
    سيقوم هذا بترتيب النتائج حسب عدد حدوث الكلمة الرئيسية.
    ```
    -site:facebook.com +site:facebook.*
    ```
    #### استبعاد النتائج
    ```
    site:facebook.* -site:facebook.com
    ```
    #### المرادفات
    إضافة علامة التلدين إلى كلمة البحث يخبر Google أنك تريد أن يعيد الكلمات المرادفة أيضًا. على سبيل المثال، إدخال "~set" سيعيد نتائج تتضمن كلمات مثل "configure" و "collection" و "change" وهي جميعها مرادفات لـ "set". حقيقة ممتعة: "set" لها أكبر عدد من التعريفات بين جميع الكلمات في القاموس.
    ```
    ~set
    ```
    #### نمط جواب عالمي (*)
    وضع رمز النجمة في البحث يخبر Google "أنا لا أعرف ما يجب أن يكون هنا". ببساطة، إنه جيد حقًا للعثور على نص نصف متذكر من كلمات أغاني أو أسماء للأشياء.
    ```
    site:*.com
    ```
    | Filter | Description | Example |
    | :-------------- |:---------------------------------------------------| :------------------------------------|
    | allintext | Searches for occurrences of all the keywords given. | `allintext:"keyword"` |
  2. @sundowndev sundowndev revised this gist Jun 28, 2019. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion GoogleDorking.md
    Original file line number Diff line number Diff line change
    @@ -86,7 +86,7 @@ Adding a tilde to a search word tells Google that you want it to bring back syn
    ~set
    ```

    #### Matching all (*)
    #### Glob pattern (*)

    Putting an asterisk in a search tells Google ‘I don’t know what goes here’. Basically, it’s really good for finding half remembered song lyrics or names of things.

  3. @sundowndev sundowndev revised this gist Jun 7, 2019. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion GoogleDorking.md
    Original file line number Diff line number Diff line change
    @@ -64,7 +64,7 @@ site:facebook.com & site:twitter.com
    (site:facebook.com | site:twitter.com) (intext:"login")
    ```

    #### Order by occurence
    #### Include results

    This will order results by the number of occurrence of the keyword.

  4. @sundowndev sundowndev revised this gist Jun 7, 2019. 1 changed file with 12 additions and 4 deletions.
    16 changes: 12 additions & 4 deletions GoogleDorking.md
    Original file line number Diff line number Diff line change
    @@ -9,12 +9,12 @@
    | allinurl | Searches for a URL matching all the keywords in the query. | `allinurl:"keyword"` |
    | intitle | Searches for occurrences of keywords in title all or one. | `intitle:"keyword"` |
    | allintitle | Searches for occurrences of keywords all at a time. | `allintitle:"keyword"` |
    | site | Specifically searches that particular site and lists all the results for that site. | `site:"keyword"` |
    | filetype | Searches for a particular filetype mentioned in the query. | `filetype:"keyword"` |
    | site | Specifically searches that particular site and lists all the results for that site. | `site:"www.google.com"` |
    | filetype | Searches for a particular filetype mentioned in the query. | `filetype:"pdf"` |
    | link | Searches for external links to pages. | `link:"keyword"` |
    | numrange | Used to locate specific numbers in your searches. | `numrange:"keyword"` |
    | numrange | Used to locate specific numbers in your searches. | `numrange:321-325` |
    | before/after | Used to search within a particular date range. | `filetype:pdf & (before:2000-01-01 after:2001-01-01)` |
    | allinanchor (and also inanchor) | This shows sites which have the keyterms in links pointing to them, in order of the most links. | `allinanchor:"keyword"` |
    | allinanchor (and also inanchor) | This shows sites which have the keyterms in links pointing to them, in order of the most links. | `inanchor:rat` |
    | allinpostauthor (and also inpostauthor) | Exclusive to blog search, this one picks out blog posts that are written by specific individuals. | `allinpostauthor:"keyword"` |
    | related | List web pages that are “similar” to a specified web page. | `related:www.google.com` |
    | cache | Shows the version of the web page that Google has in its cache. | `cache:www.google.com` |
    @@ -64,6 +64,14 @@ site:facebook.com & site:twitter.com
    (site:facebook.com | site:twitter.com) (intext:"login")
    ```

    #### Order by occurence

    This will order results by the number of occurrence of the keyword.

    ```
    -site:facebook.com +site:facebook.*
    ```

    #### Exclude results

    ```
  5. @sundowndev sundowndev revised this gist Jun 7, 2019. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion GoogleDorking.md
    Original file line number Diff line number Diff line change
    @@ -78,7 +78,7 @@ Adding a tilde to a search word tells Google that you want it to bring back syn
    ~set
    ```

    #### match all (*)
    #### Matching all (*)

    Putting an asterisk in a search tells Google ‘I don’t know what goes here’. Basically, it’s really good for finding half remembered song lyrics or names of things.

  6. @sundowndev sundowndev revised this gist Jun 7, 2019. 1 changed file with 15 additions and 3 deletions.
    18 changes: 15 additions & 3 deletions GoogleDorking.md
    Original file line number Diff line number Diff line change
    @@ -16,11 +16,22 @@
    | before/after | Used to search within a particular date range. | `filetype:pdf & (before:2000-01-01 after:2001-01-01)` |
    | allinanchor (and also inanchor) | This shows sites which have the keyterms in links pointing to them, in order of the most links. | `allinanchor:"keyword"` |
    | allinpostauthor (and also inpostauthor) | Exclusive to blog search, this one picks out blog posts that are written by specific individuals. | `allinpostauthor:"keyword"` |
    | related | List web pages that are “similar” to a specified web page. | `related:www.google.com` |
    | cache | Shows the version of the web page that Google has in its cache. | `cache:www.google.com` |

    ## Example
    ## Examples

    ```
    intext:”index of /”
    intext:"index of /"
    Nina Simone intitle:”index.of” “parent directory” “size” “last modified” “description” I Put A Spell On You (mp4|mp3|avi|flac|aac|ape|ogg) -inurl:(jsp|php|html|aspx|htm|cf|shtml|lyrics-realm|mp3-collection) -site:.info
    Bill Gates intitle:”index.of” “parent directory” “size” “last modified” “description” Microsoft (pdf|txt|epub|doc|docx) -inurl:(jsp|php|html|aspx|htm|cf|shtml|ebooks|ebook) -site:.info
    parent directory DVDRip -xxx -html -htm -php -shtml -opendivx -md5 -md5sums
    parent directory MP3 -xxx -html -htm -php -shtml -opendivx -md5 -md5sums
    parent directory Name of Singer or album -xxx -html -htm -php -shtml -opendivx -md5 -md5sums
    filetype:config inurl:web.config inurl:ftp
    “Windows XP Professional” 94FBR
    ext:(doc | pdf | xls | txt | ps | rtf | odt | sxw | psw | ppt | pps | xml) (intext:confidential salary | intext:"budget approved") inurl:confidential
    ext:(doc | pdf | xls | txt | ps | rtf | odt | sxw | psw | ppt | pps | xml) (intext:confidential salary | intext:”budget approved”) inurl:confidential
    ```

    ## Operators
    @@ -49,7 +60,8 @@ site:facebook.com & site:twitter.com
    #### Operators combinaison

    ```
    (site:facebook.com | site:twitter.com) & intext:”login”
    (site:facebook.com | site:twitter.com) & intext:"login"
    (site:facebook.com | site:twitter.com) (intext:"login")
    ```

    #### Exclude results
  7. @sundowndev sundowndev revised this gist Jun 7, 2019. 1 changed file with 13 additions and 14 deletions.
    27 changes: 13 additions & 14 deletions GoogleDorking.md
    Original file line number Diff line number Diff line change
    @@ -1,22 +1,21 @@
    # Google dork cheatsheet

    ## Search filters

    | Filter | Description | Example |
    | :-------------- |:---------------------------------------------------| :------------------------------------|
    | allintext | Searches for occurrences of all the keywords given. | `allintext:"Log in"` |
    | intext | Searches for the occurrences of keywords all at once or one at a time. | `allintext:"Log in"` |
    | inurl | Searches for a URL matching one of the keywords. | `allintext:"Log in"` |
    | allinurl | Searches for a URL matching all the keywords in the query. | `allintext:"Log in"` |
    | intitle | Searches for occurrences of keywords in title all or one. | `allintext:"Log in"` |
    | allintitle | Searches for occurrences of keywords all at a time. | `allintext:"Log in"` |
    | site | Specifically searches that particular site and lists all the results for that site. | `allintext:"Log in"` |
    | filetype | Searches for a particular filetype mentioned in the query. | `allintext:"Log in"` |
    | link | Searches for external links to pages. | `allintext:"Log in"` |
    | numrange | Used to locate specific numbers in your searches. | `allintext:"Log in"` |
    | daterange | Used to search within a particular date range. | `allintext:"Log in"` |
    | allinanchor (and also inanchor) | This shows sites which have the keyterms in links pointing to them, in order of the most links. | `allintext:"Log in"` |
    | allinpostauthor (and also inpostauthor) | Exclusive to blog search, this one picks out blog posts that are written by specific individuals. | `allintext:"Log in"` |
    | allintext | Searches for occurrences of all the keywords given. | `allintext:"keyword"` |
    | intext | Searches for the occurrences of keywords all at once or one at a time. | `intext:"keyword"` |
    | inurl | Searches for a URL matching one of the keywords. | `inurl:"keyword"` |
    | allinurl | Searches for a URL matching all the keywords in the query. | `allinurl:"keyword"` |
    | intitle | Searches for occurrences of keywords in title all or one. | `intitle:"keyword"` |
    | allintitle | Searches for occurrences of keywords all at a time. | `allintitle:"keyword"` |
    | site | Specifically searches that particular site and lists all the results for that site. | `site:"keyword"` |
    | filetype | Searches for a particular filetype mentioned in the query. | `filetype:"keyword"` |
    | link | Searches for external links to pages. | `link:"keyword"` |
    | numrange | Used to locate specific numbers in your searches. | `numrange:"keyword"` |
    | before/after | Used to search within a particular date range. | `filetype:pdf & (before:2000-01-01 after:2001-01-01)` |
    | allinanchor (and also inanchor) | This shows sites which have the keyterms in links pointing to them, in order of the most links. | `allinanchor:"keyword"` |
    | allinpostauthor (and also inpostauthor) | Exclusive to blog search, this one picks out blog posts that are written by specific individuals. | `allinpostauthor:"keyword"` |

    ## Example

  8. @sundowndev sundowndev revised this gist Jun 7, 2019. 1 changed file with 10 additions and 3 deletions.
    13 changes: 10 additions & 3 deletions GoogleDorking.md
    Original file line number Diff line number Diff line change
    @@ -16,8 +16,7 @@
    | numrange | Used to locate specific numbers in your searches. | `allintext:"Log in"` |
    | daterange | Used to search within a particular date range. | `allintext:"Log in"` |
    | allinanchor (and also inanchor) | This shows sites which have the keyterms in links pointing to them, in order of the most links. | `allintext:"Log in"` |
    | allinpostauthor (and also inpostauthor) | Exclusive to blog search, this one picks out blog posts that are written by specific individuals.
    Putting an asterisk in a search tells Google ‘I don’t know what goes here’. Basically, it’s really good for finding half remembered song lyrics or names of things. | `allintext:"Log in"` |
    | allinpostauthor (and also inpostauthor) | Exclusive to blog search, this one picks out blog posts that are written by specific individuals. | `allintext:"Log in"` |

    ## Example

    @@ -54,7 +53,7 @@ site:facebook.com & site:twitter.com
    (site:facebook.com | site:twitter.com) & intext:”login”
    ```

    #### Excluding results
    #### Exclude results

    ```
    site:facebook.* -site:facebook.com
    @@ -66,4 +65,12 @@ Adding a tilde to a search word tells Google that you want it to bring back syn

    ```
    ~set
    ```

    #### match all (*)

    Putting an asterisk in a search tells Google ‘I don’t know what goes here’. Basically, it’s really good for finding half remembered song lyrics or names of things.

    ```
    site:*.com
    ```
  9. @sundowndev sundowndev revised this gist Jun 7, 2019. 1 changed file with 2 additions and 2 deletions.
    4 changes: 2 additions & 2 deletions GoogleDorking.md
    Original file line number Diff line number Diff line change
    @@ -2,8 +2,8 @@

    ## Search filters

    | Filter | Description | Example |
    | ------------- |:-------------:| -----:|
    | Filter | Description | Example |
    | :-------------- |:---------------------------------------------------| :------------------------------------|
    | allintext | Searches for occurrences of all the keywords given. | `allintext:"Log in"` |
    | intext | Searches for the occurrences of keywords all at once or one at a time. | `allintext:"Log in"` |
    | inurl | Searches for a URL matching one of the keywords. | `allintext:"Log in"` |
  10. @sundowndev sundowndev created this gist Jun 7, 2019.
    69 changes: 69 additions & 0 deletions GoogleDorking.md
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,69 @@
    # Google dork cheatsheet

    ## Search filters

    | Filter | Description | Example |
    | ------------- |:-------------:| -----:|
    | allintext | Searches for occurrences of all the keywords given. | `allintext:"Log in"` |
    | intext | Searches for the occurrences of keywords all at once or one at a time. | `allintext:"Log in"` |
    | inurl | Searches for a URL matching one of the keywords. | `allintext:"Log in"` |
    | allinurl | Searches for a URL matching all the keywords in the query. | `allintext:"Log in"` |
    | intitle | Searches for occurrences of keywords in title all or one. | `allintext:"Log in"` |
    | allintitle | Searches for occurrences of keywords all at a time. | `allintext:"Log in"` |
    | site | Specifically searches that particular site and lists all the results for that site. | `allintext:"Log in"` |
    | filetype | Searches for a particular filetype mentioned in the query. | `allintext:"Log in"` |
    | link | Searches for external links to pages. | `allintext:"Log in"` |
    | numrange | Used to locate specific numbers in your searches. | `allintext:"Log in"` |
    | daterange | Used to search within a particular date range. | `allintext:"Log in"` |
    | allinanchor (and also inanchor) | This shows sites which have the keyterms in links pointing to them, in order of the most links. | `allintext:"Log in"` |
    | allinpostauthor (and also inpostauthor) | Exclusive to blog search, this one picks out blog posts that are written by specific individuals.
    Putting an asterisk in a search tells Google ‘I don’t know what goes here’. Basically, it’s really good for finding half remembered song lyrics or names of things. | `allintext:"Log in"` |

    ## Example

    ```
    intext:”index of /”
    ```

    ## Operators

    #### Search Term

    This operator searches for the exact phrase within speech marks only. This is ideal when the phrase you are using to search is ambiguous and could be easily confused with something else, or when you’re not quite getting relevant enough results back. For example:

    ```
    "Tinned Sandwiches"
    ```

    #### OR
    This self explanatory operator searches for a given search term OR an equivalent term.

    ```
    site:facebook.com | site:twitter.com
    ```

    #### AND

    ```
    site:facebook.com & site:twitter.com
    ```

    #### Operators combinaison

    ```
    (site:facebook.com | site:twitter.com) & intext:”login”
    ```

    #### Excluding results

    ```
    site:facebook.* -site:facebook.com
    ```

    #### Synonyms

    Adding a tilde to a search word tells Google that you want it to bring back synonyms for the term as well. For example, entering “~set” will bring back results that include words like “configure”, “collection” and “change” which are all synonyms of “set”. Fun fact: “set” has the most definitions of any word in the dictionary.

    ```
    ~set
    ```