GHDB Google dorks LIST PDF, The Way towards Hacking! Before starting the article, let us know what the Google search engine do? The Google Search Engine finds the answer to our questions, which is helpful in our daily lives. if you have any question, what you do, Just google and you will get Answer! on google, You can search for your school assignments, reports, presentations and more. Before I start the tutorial on how you can use google dorks in penetration testing and ethical hacking or cybersecurity, I’m going to share a definition of Google Dork(google dorks) which make you clear that what is google dorks.
What is google dorks?
A Google Dork query, or google dorks, sometimes just referred to as a dork, is a search string that uses advanced search operators to find information that is not readily available on a website. In other words(Advance words by Hackers), we can use Google Dorks to find vulnerabilities, hidden information and access pages on certain websites, which can be most useful for us to gather the information about the target. how searching through google dorks can be effective? Searching through google dorks is effective Because Google has a searching algorithm and which indexes most websites, it can be useful to a hacker to find vulnerabilities on the target.
GHDB GOOGLE DORKS LIST PDF
Now, we will go with some of the syntaxes of google operators The basic syntax for advanced operators in Google is:
operator_name:keyword
For example, this operator_name: keyword syntax can be typed as ‘filetype:xls intext: username’ in the standard search box, which results in a list of Excel files which we contain the term ‘Username’.
Simple Google Dorks Syntax
site – will return website on following domain
allintitle and intitle – contains title specified phrase on the page
inurl – restricts the results contained in the URLS of the specified phrase
filetype – search for specified filetype formats
now, we have learned about the operators.
now, you may be having the question:
What Data Can We Find Using Google Dorks?
you can find:!
- Admin login pages
- Username and passwords
- Vulnerable entities
- Sensitive documents
- Govt/military data
- Email lists
- Bank account details and lots more
GHDB GOOGLE DORKS LIST PDF
Google Dorks can also be used for network mapping; we’re able to find the subdomain of the target site using Simple Dorks.
Why we are using google dorks to gather the info?
this information and network mapping are mostly used in ethical hacking:
now, let us move towards some practical side:
we are going to do one practice of gathering info about the website:!
comment on your result!
Dorks:
site:wipro.com -site:www.wipro.com -site:careers.wipro.com
What we can find using it?
Try wipro.com to scan and we find some of the subdomains using the master website. We see other login pages and other system administrators/webmasters are using the subdomains for login pages. Based on the results, it’s not fully secured. That’s why the site mapping in Google Dorks is good.
Now:
Q and A time:!
q: How about a port scanning? Available ports for intrusion and open ports? Can Google Dorks find it?
The answer is yes.
Why Yes?
Let us Understand it With Example:!
Dorks:
inurl:8443 -intext:8443
We use port 8443 and it’s open; we find some websites enable port 8443. The queries above search websites using port 8443.
Also, Check – kali Linux download and install Tutorials (Hacking)