> For the complete documentation index, see [llms.txt](https://wiki.smhuda.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://wiki.smhuda.com/pentesting/osint/google-dorking.md).

# Google Dorking

This is a super good tool!

BE CAREFUL NOT GETTING BANNED FROM GOOGLE on YOUR IP SINCE IT QUERIES ALL PAYLOADS!

{% embed url="<https://github.com/smhuda/Fast-Google-Dorks-Scan>" %}

***

{% code overflow="wrap" fullWidth="true" %}

```
filetype:doc  ## Filetype DOC (MsWord 97-2003)
filetype:dot  ## Filetype DOT (MsWord Template 97-2003)
ffiletype:docm  ## Filetype DOCM (MsWord Template 97-2003)
ffiletype:docx  ## Filetype DOCX (MsWord 2007+)
ffiletype:dotx  ## Filetype DOTX (MsWord Template 2007+)
filetype:xls  ## Filetype XLS (MsExcel 97-2003)
ffiletype:xlsm  ## Filetype XLSM (MsExcel Template 97-2003)
ffiletype:xlsx  ## Filetype XLSX (MsExcel 2007+)
filetype:ppt  ## Filetype PPT (MsPowerPoint 97-2003)
ffiletype:pptx  ## Filetype PPTX (MsPowerPoint 2007+)
filetype:mdb  ## Filetype MDB (Ms Access)
filetype:pdf  ## Filetype PDF
filetype:sql  ## Filetype SQL
filetype:txt  ## Filetype TXT
filetype:rtf  ## Filetype RTF
filetype:csv  ## Filetype CSV
filetype:xml  ## Filetype XML
ffiletype:conf  ## Filetype CONF
filetype:dat  ## Filetype DAT
filetype:ini  ## Filetype INI
filetype:log  ## Filetype LOG
filetype:html  ## Filetype HTML
filetype:sh  ## Filetype Bash 
ffiletype:odt  ## Filetype ODT
ffiletype:key  ## Filetype KEY
ffiletype:sign  ## Filetype SIGN
filetype:md  ## Filetype MD 
ffiletype:old  ## Filetype OLD 
ffiletype:bin  ## Filetype BIN 
filetype:cer  ## Filetype Certificate 
filetype:crt  ## Filetype Certificate 
filetype:pfx  ## Filetype Certificate 
filetype:crl  ## Filetype Certificate 
filetype:crs  ## Filetype Certificate 
filetype:der  ## Filetype Certificate 
ftapfiletype:pages 	## Apple Pages (Word Processor)
ftapprfiletype:keynote ## Apple Keynote (Presentation)
ftappnufiletype:numbers  	## Apple Numbers (Spreadsheet)
filetype:odt  ## Open Office Text
filetype:ods  ## Open Office Spreadsheet
filetype:odp  ## Open Office Presentation
filetype:odg  ## Open Office 

## Directory traversal

intitle:%22index%20of%22%20%22parent%20directory%22  	## Common traversa
intitle:%22index%20of%22%20%22DCIM%22   	## Pho
intitle:%22index%20of%22%20%22ftp%22   	## FTP
intitle:%22index%20of%22%20%22backup%22  ## BackU
intitle:%22index%20of%22%20%22mail%22  	## Mail
intitle:%22index%20of%22%20%22password%22  ## Passwo
intitle:%22index%20of%22%20%22pub%22  	## P
intitle:%22index%20of%22%20%22.git%22  	## P
intitle:%22index%20of%22%20%22log%22  	## Log - Log file
intitle:%22index%20of%22%20%22src%22  	## Src - Sourcecod
intitle:%22index%20of%22%20%22env%22  	## Env - Environment setting
intitle:%22index%20of%22%20%22.env%22  	## .Env - Environment setting
intitle:%22index%20of%22%20%22.sql%22  	## .Sql - Sql settings or d
intitle:%22index%20of%22%20%22api%22  	## Api - Sensitive info about an AP
intitle:%22index%20of%22%20%22venv%22  	## Virtual Environment Python
intitle:%22index%20of%22%20%admin%22  	## Admin
```

{% endcode %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://wiki.smhuda.com/pentesting/osint/google-dorking.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
