Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update README.md #3

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
40 changes: 40 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -501,6 +501,46 @@ will return only documents that have both "google" and "search" in the url.

<br>

intitle

If you include [intittle:] in your query,
Google will restrict the results to documents containing that word in the title.

For instance, [intitle: google search] will return documents that mention the word "google" in their title, and mention the word "search" anywhere in the document(title or no).

Note there can be no space between the "intitle:" and the following word.

<h1 align="center">
<img alt="Hacking Tips and Tools" src="https://github.com/jonypeixoto/jonypeixoto/raw/main/assets/Search-Engine-Hacking-tips17.png" />
<br>

</h1>

<br>

allintitle

only returns results that contain every word in the title.

Example: [allintitle: marketing strategy]
The result will contain both marketing and strategy in title

<h1 align="center">
<img alt="Hacking Tips and Tools" src="https://github.com/jonypeixoto/jonypeixoto/raw/main/assets/Search-Engine-Hacking-tips18.png" />
<br>

</h1>

<br>

<h1 align="center">
<img alt="Hacking Tips and Tools" src="https://github.com/jonypeixoto/jonypeixoto/raw/main/assets/Search-Engine-Hacking-tips19.png" />
<br>

</h1>

<br>

* Preventing Google Dorks

<h1 align="center">
Expand Down