😬
Golgothus' Lab
  • 🥃Welcome!
  • 🏴‍☠️CTF
    • TryHackMe Write-ups
      • Mr Robot
      • Burp Suite
      • Web Fundamentals
      • TMUX
      • Linux Fundamentals - Part 1
      • Linux Fundamentals - Part 2
      • Linux Priv Escalation
      • OWASP JuiceShop
      • OWASP Top 10
    • HackTheBox
      • Pilgrimage
      • Codify
      • CozyHosting
      • Sau
      • Analytics
      • Tracks - Beginner
        • Lame
  • ☁️Azure
    • AZ-104 Review
      • AZ-104 Notes
      • AZ-104: Prerequisites for Azure administrators
      • Windows virtual machine in Azure
      • Protect your virtual machine settings with Azure Automation State Configuration
      • Manage virtual machines with the Azure CLI
      • web application in the Azure App Service
      • Control access to Azure Storage with shared access signatures
      • Configure Azure Kubernetes Service
  • ❔Other Research
    • Research & Misc. Write-Ups
      • Registry Key Info
      • Windows Event Logging
      • Sysmon
      • Google Dorking
      • DPS Challenge
      • Discord Payload Recon
      • Kasm Install
Powered by GitBook
On this page
  1. Other Research
  2. Research & Misc. Write-Ups

Google Dorking

PreviousSysmonNextDPS Challenge

Last updated 1 year ago

Keyword
Function

User-agent

Specify the type of "Crawler" that can index your site (the asterisk being a wildcard, allowing all "User-agents"

Allow

Specify the directories or file(s) that the "Crawler" can index

Disallow

Specify the directories or file(s) that the "Crawler" cannot index

Sitemap

Provide a reference to where the sitemap is located (improves SEO as previously discussed, we'll come to sitemaps in the next task)

user-agent: *

disallow: /*.ini$

sitemap: www.mywebsite.com/sitemap.xml

.ini files useful for Windows configuration .CONF are useful for *nix configuration

Term
Action

filetype

Search for a file by its extension (e.g. PDF)

cache

View Google's Cached version of a specified URL

intitle

The specified phrase MUST appear in the title of the page

-inurl:htm -inurl:html intitle:”index of” apk

Google Proxy:

❔
Google Web Light
Google Translate