Search engines

Google Dorks and Search Engine operators

  • site:website.com get results from a specific website

  • AND using keyword AND otherkeyword will get results that have both the keywords

  • "keyword otherkeyword" will give results with this formulation in this order

  • OR using keyword OR otherkeyword will get results that have either these keywords

  • We can use wildcard with *

  • filetype:pdf will give results according to the filetype mentionned here for instance we will get only pdf results

  • -subdomain will remove a specific subdomain from the search results example: site:website.com -www

    • Can work with any other keyword that we do not want in the search results -keyword

  • intext:keyword get results with the keyword in the text

  • inurl:keyword look for url with a specific keyword in them

  • intitle:keyword look for title with a specific keyword in the title

Resources

Last updated