From 9db0557972c169ab1d11a6515ef65d051984d514 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonathan=20P=2E=20Peixoto=20=E5=96=AC=E5=B0=BC=C2=B7?= =?UTF-8?q?=E4=BD=A9=E8=82=96=E6=89=98?= Date: Tue, 28 Mar 2023 21:01:03 -0300 Subject: [PATCH] Update README.md --- README.md | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) diff --git a/README.md b/README.md index 1ef6609..e6b886d 100644 --- a/README.md +++ b/README.md @@ -501,6 +501,46 @@ will return only documents that have both "google" and "search" in the url.
+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. + +

+ Hacking Tips and Tools +
+ +

+ +
+ +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 + +

+ Hacking Tips and Tools +
+ +

+ +
+ +

+ Hacking Tips and Tools +
+ +

+ +
+ * Preventing Google Dorks