Loading google_hacking.md +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 ``` Loading @@ -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 ``` Loading Loading @@ -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/ Loading
google_hacking.md +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 ``` Loading @@ -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 ``` Loading Loading @@ -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/