Commit 02dc00a8 authored by bobloblaw's avatar bobloblaw
Browse files

Updates google_hacking.md

Auto commit by GitBook Editor
parent c60876d7
Loading
Loading
Loading
Loading
+12 −4
Original line number Diff line number Diff line
# Google hacking


## Google hacking
Google is a good tool to learn more about a website.

### Finding specific filetypes
## Finding specific filetypes


```
filetype:pdf
```

### Search within webaddress

```
site:example.com myword
```
@@ -23,27 +24,35 @@ inurl:test.com
### Wild cards

You can use the asterisk to as a wildcard:

```
*
```

Example:

```
"I've been * for a heart"
```

This will return answers where * is anything.

## Exclude words

```
-
```

the dash excludes a specific word

This query searches for pages that used the word bananasplit. 

```
-banana bananasplit
```

### Cached version

So if a website has been taken down you can still find the cached version, of the last time google visited the site

```
@@ -73,6 +82,5 @@ http://www.searchcommands.com/

https://support.google.com/websearch/answer/2466433?hl=en


https://www.exploit-db.com/google-hacking-database/