Google Hacking Database {easy way} 05-19-2011, 02:53 PM
#1
![[Image: slide16.png]](http://1.bp.blogspot.com/_mVjlSWcwkBI/TQjNZwNTnNI/AAAAAAAAABI/Nhao3v4v6nE/s640/slide16.png)
If you do not already know, Google can be used by malicious person to hack websites, servers, credit cards, and ………..
Ohhh yes, Google is the best friend of hackers, using what is called GOOGLE DORKS, a hacker can easily find exploitable vulnerabilities and mount attacks that will allow access to the vulnerable target.
Google dorks are a combination of words used as search keyword.
The Google Hacking Database (GHDB)
For more information follow the link: http://www.exploit-db.com/google-hac...tabase-reborn/
Now time to demonstrate the power of the Google Hacking Database,
We start by choosing a dork, in this example I'll use:
filetype
ql "insert into" (pass|passwd|password)&
filetype
ql ("values * MD5" | "values * password" | "values * encrypt")Ok, now let's see the result: filetype
ql insert into usersAs you can see, we come across databases dump, and we can clearly see the username and the password, but unfortunately the passwords may be encrypted
The solution is to combine the two dorks: filetype
ql insert into users values MD5Now we see the username and password "NON-ENCRYPTED"
To find specified targets you can tweak your dork, for example if you want to find database dump of a content management system (Drupal, Joomla, ……), all you have to do is to add the table name;
ok try this one (Joomla):
filetype
ql insert into jos_users values md5



![[Image: isafilehost.png]](http://s15.postimage.org/6ujpx3s4r/isafilehost.png)
![[+]](https://sinister.li/images/modern/collapse_collapsed.png)
![[Image: Wfxdx.png]](http://i.imgur.com/Wfxdx.png)