1 / 5

cheatsheet-google-dorking

This is fully google dorck cheat sheet

sharowar
Télécharger la présentation

cheatsheet-google-dorking

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Operator Description Syntax Example Group multiple terms or operators. Allows advanced expressions (<term> or <operator>) () inurl:(html | php) Wildcard. Matches any word How to * a computer * <text> * <text> The given keyword has to match exactly. case? insensitive "" "<keywords>" "google" Search for a range of numbers. n should to be greater than m m??n <number>???number> 1??100 Documents that match the operator are excluded. NOT- Operator - ??operator> ?site:youtube.com Include documents that match the operator + +<operator> ?site:youtube.com <operator> | <operator> | Logical OR-Operator "google" | "yahoo" Search for synonyms of the given word. Not supported by Google ~ ~<word> ~book Perform a search only on the given social media platform @ @<socialmedia> @instagram Search for documents published / indexed after the given date after after??yy(-mm?dd)> after:2020-06-03

  2. Operator Description Syntax Example Same as intitle but allows multiple keywords seperated by a space allintitle: <keywords> allintitle allintitle:dog cat Same as inurl but allows multiple keywords seperated by a space allinurl:search com allinurl allinurl??keywords> Same as intext but allows multiple keywords seperated by a space allintext: <keywords> allintext:math science university allintext Search for documents in which the f?rst word is up to n words away from the second word and vice versa <word1> AROUND(<n>) <word2> google AROUND(10) good AROUND Search for articles written by the given author if applicable author author??name> author:Max Search for documents published / indexed before the given date before before??yy(-mm?dd)> before:2020-06-03 Search on the cached version of the given website. Uses Google's cache to do so cache cache??domain> cache:google.com Search for documents that link to the given f?leype. Not supported by Google contains contains??f?letype> contains:pdf

  3. Operator Description Syntax Example Search for documents published within the past n months. Not supported by Google date date??number> date:3 Search for the def?nition of the given word def?ne def?ne??word> def?ne:funny Search for a specif?c f?letype ext ext??documenttype> ext:pdf f?letype Same as ext - - Search for the given keyword in a website's anchors inanchor inanchor??keyword> inanchor:security Search for documents containing direct downloads index of:mp4 videos index of index of??term> Search for information about a website info info??domain> info:google.com Keyword needs to be in the text of the document intext intext??keyword> intext:news Keyword needs to be in the title of the document intitle intitle??keyword> intitle:money Keyword needs to be in the URL of the document inurl inurl??keyword> inurl:sheet

  4. Operator Description Syntax Example Search for documents whose links contain the given keyword. Useful for f?nding documents that link to a specif?c website link / links link??keyword> link:google Show documents based on the given location location location??location> location:USA OR Same as | - - Search for related phone numbers associated with the given name phonebook:"william smith" phonebook phonebook??name> Search for documents that are related to the given website relate / related relate??domain> relate:google.com Exclude adult content such as pornographic videos safesearch: <keyword> safesearch safesearch:sex Search on a specif?c news site. Rather use site source source??news> source:theguardian Search on the given site. Given argument might also be just a TLD such as com, net, etc site site??domain> site:google.com Search for information about a market stock stock stock??stock> stock:dax Search for information about the weather of the given location weather weather??location> weather:Miami

  5. Created by @chr3st5an

More Related