Module 2 : Footprinting and Reconnaissance Lab 1 : Search engines Task 1 : Advanced Google Hacking Techniques intitle:login site:eccouncil.org filetype:pdf ceh cache: www.eccouncil.org // Returns cached version of the website allinurl:EC-Council career // Returns only pages containing the words "EC-Council" and "career" inurl: copy site: www.eccouncil.org // Returns only pages in EC-Council ...
Example: inurl: copy site:www.eccouncil.org returns only pages on the EC-Council website with "copy" in the URL. allintitle: Restricts results to pages with all specified terms in the title. Example: allintitle: detect malware returns pages with "detect" and "malware" in the title.
inurl: This operator restricts the results to pages containing the word specified in the URL [inurl: copy site:www.google.com]—Query returns only pages in Google site in which the URL has the word “copy”
Module 2. Footprinting and Reconnaissance 1. Footprinting through Search Engines Through the effective use of search engines, you can extract critical information about a target organization such as technology platforms, employee details, login pages, intranet portals etc
inurl: This operator restricts the results to only the pages containing the specified word in the URL. For example, the [inurl: copy site:www.google.com] query returns only Google pages in which the URL has the word “copy.” allintitle: This operator restricts results to only the pages containing all the query terms specified in the title.
inurl: This operator restricts the results to pages containing the word specified in the URL [inurl: copy site:www.eccouncil.org]—Query returns only pages in EC-Council site in which the URL has the word “copy”