Login Register




The stories and information posted here are artistic works of fiction and falsehood. Only a fool would take anything posted here as fact.


Google Hacking Database {easy way} filter_list
Author
Message
Google Hacking Database {easy way} #1
[Image: 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:


filetypeConfusedql "insert into" (pass|passwd|password)
&
filetypeConfusedql ("values * MD5" | "values * password" | "values * encrypt")


Ok, now let's see the result: filetypeConfusedql insert into users


As 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: filetypeConfusedql insert into users values MD5


Now 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):
filetypeConfusedql insert into jos_users values md5

[Image: demo.JPG]

Reply

RE: Google Hacking Database {easy way} #2
Awesome TUT. Thanks! I forgot how awesome the Google Hacks DB is.

Reply

RE: Google Hacking Database {easy way} #3
(05-20-2011, 12:31 PM)TheShadow1 Wrote: Awesome TUT. Thanks! I forgot how awesome the Google Hacks DB is.

Hey Kool M8.. Anyways Appie hacking :thumbs:

Reply

RE: Google Hacking Database {easy way} #4
bro

you are doing good

good job

Reply

RE: Google Hacking Database {easy way} #5
Wow O.O Never thought that google was so helpful for hacking ^_^'

Reply

RE: Google Hacking Database {easy way} #6
(05-22-2011, 10:44 PM)horaceallen77 Wrote: bro

you are doing good

good job

Thnx Keep Supporting..


Reply

RE: Google Hacking Database {easy way} #7
Great job dude.., Awesome !!!
[Image: Wfxdx.png]

Reply

RE: Google Hacking Database {easy way} #8
The password I got is encrypted. I don't know how to combine the two dorks because you did not explain that part. Please help

Reply

RE: Google Hacking Database {easy way} #9
yea thnx for your replies buddies..

Reply

RE: Google Hacking Database {easy way} #10
I got encrypted password.
what the next should i do?

Reply