handbook/tools/Others/OSINT/Dorking/Google-Dorking.md

60 lines
1.4 KiB
Markdown
Raw Permalink Normal View History

2024-08-30 23:07:22 +00:00
#### Filters
![[Pasted image 20221125143719.png]]
- More
Language ---> altloc:"en-us"
#### Search Terms
```
#exact phrase
"Tinned Sandwiches"
#OR
site:facebook.com | site:twitter.com
#AND
site:facebook.com & site:twitter.com
#Operators combinaison
(site:facebook.com | site:twitter.com) & intext:"login"
(site:facebook.com | site:twitter.com) (intext:"login")
#Include results
-site:facebook.com +site:facebook.*
#Exclude results
site:facebook.* -site:facebook.com
#Synonyms
~set
#Glob pattern
site:*.com
```
Check online ressource ---> https://dorksearch.com/
## Exploit & Database
More information ---> https://www.exploit-db.com/google-hacking-database
## What is Google Dorking
Google Dorking or Google hacking refers to using Google search techniques to hack into vulnerable sites or search for information that is not available in public search results.
The Google search engine works similarly to an interpreter using search strings and operators. For example, you can say that Google reacts sensitively to certain search strings when applied with specific operators. However, you will learn more about it later in the tutorial on what is Google Dorking.
More information --->
https://www.simplilearn.com/tutorials/cyber-security-tutorial/google-dorking
https://www.youtube.com/watch?v=cFOBUYaxdWI