Skip to main content

CyberSecurity

How to hack Google?

Google Dorking (aka Google Hacking) is a technique used for the purpose of filtering search results, in order to get concise (required) information only.


Mainly it used for following purposes:
  1. To search for websites, having some vulnerabilities.
  2. To gather information restricted to a particular source (here source may be people, company, technology etc.)
  3. To do reconnaissance (i.e Information gathering), used frequently by cybersecurity professionals.


Let's take some examples:

1. I'm interested in reading content about google hacking (then how I can search in google)

1.1 google hacking



1.2 "google hacking"









1.3 filetype:pdf "google hacking"


1.4 filetype:pdf "google hacking" after:2019









1.5 Now, if we're familiar with topic (here google hacking), then we should know about the most common website to search the content











Common Google Dork's keywords:

site: 
  • Used for the purpose of restricting the search to a particular website.
  • Example: site:linkedin.com "Test"
filetype:
  • To do a google search, resulting in a particular file type
  • Example: filetype:pdf "google hacking"
after:
  • To get content a content after a particular time period
  • Example: filetype:pdf "google hacking" after:2019
inurl:
  • To find webpages, having a particular keyword in URL
  • Example: inurl:'login.php'
cache:
  • To find cached content of  a website (or webpage)


Precautions:
  • Google Dorking can be used for the purpose of retrieving live-cam feeds, downloading pirated content, etc.
  • But please, don't try google dorking in that sense (it may lead to bad consequences).
  • Be extra cautious , while clicking on any link (whether on Google or any other websites)

References:
  • https://www.exploit-db.com/google-hacking-database
  • https://en.wikipedia.org/wiki/Google_hacking

Comments

Popular posts from this blog

Sh@ring College Life Experiences

“Smiling wins more friends than just frowning” @@@ Do you want to know how the life of common private engineering students is like? If yes, then in this series of blog posts I will be sharing my college life experiences during four years of my engineering. There are a lot of mistakes and learnings, that may help a lot of college graduates to learn from the mistakes and restrict themselves in committing the same mistake. Why these blog posts? I always strive for the concept of  Sh@ring @nd C@ring {@@@},  so I always believe in sharing the things that may help a lot of teenagers ( college going students) like me to learn from the mistakes that I have committed during my college days. Motivation to read the series of blog posts? Why someone especially the college-going students should read this blog post instead of spending their precious time in learning some new technologies ( such as Docker, MEAN stack, MERN stack, DevOps, CyberSecurity, etc.) Simple answer? Don’t want to comm...

Sh@ring College Life Experiences {Third Ye@r (2017-2018)}

     If you’re the smartest person in the room, then you are in the wrong room So if you think of yourself as the smartest person in the room, then it will be a better option to change the room. As soon as the third year of the college start, there were a lot of questions coming in my mind : Should I follow someone, who is preparing for other competitive exams (such as GATE, CDAC, etc) How to prepare me for the off-campus internships. Should I leave doing competitive programming? Follow the things that I always love to do i.e doing multiple things at a time?  Example: 2 hour: Competitive Programming 1 hour: Data Structure & Algorithms Free Time: DevOps, Hacking, Learn Bug Bounty  At the last, I have decided to go with point 4, the decision may vary from person to person depending upon its interest. We all know that most of the  engineering syllabus in the private engineering college is outdated , but please remember that the in-depth understanding of th...