From e03c244db1ae51d96b82d9852a8ff5f937e91835 Mon Sep 17 00:00:00 2001 From: Jieyab <71226310+Jieyab89@users.noreply.github.com> Date: Tue, 22 Mar 2022 05:34:14 +0000 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 5c28c14..2e5c891 100644 --- a/README.md +++ b/README.md @@ -206,9 +206,9 @@ Dorking is a wonderful thing, you can use this technique to search for anything 10. allinurl: Find various keywords in a URL 11. allintitle: Restricts results to those containing all terms specified in a title 12. link: List of web pages that have links to the specified URL -13. | This is a logical operator, | "tips" will show all the sites which contain either, or both words -14. + Used to concatenate words, useful to detect pages that use more than one specific key -15. - Minus operator avoids showing results that contain certain words, e.g. security -trails will show pages that use "security" in their text, but not those that have the word "trails" +13. (|) Pipe. This is a logical operator, | "tips" will show all the sites which contain either, or both words +14. (+) Used to concatenate words, useful to detect pages that use more than one specific key +15. (-) Minus operator avoids showing results that contain certain words, e.g. security -trails will show pages that use "security" in their text, but not those that have the word "trails" example > intext:"hacking" site:seccodeid.com