![]() |
|
google dorks - Printable Version +- Sinisterly (https://sinister.li) +-- Forum: Hacking (https://sinister.li/Forum-Hacking) +--- Forum: Tutorials (https://sinister.li/Forum-Tutorials) +---- Forum: Requests (https://sinister.li/Forum-Requests--826) +---- Thread: google dorks (/Thread-google-dorks--42910) |
google dorks - JaeRootz - 08-24-2012 this is my last question everyone has been helpful great site.. my question is what is a google dork and how can it be used.. i understand its hacks you can use with google thats all RE: google dorks - freakshow_98_ - 08-24-2012 sorry never heard of it i'm new to all this. RE: google dorks - H4R0015K - 08-25-2012 (08-24-2012, 12:51 AM)JaeRootz Wrote: this is my last question everyone has been helpful great site.. take a look at this thread : Code: http://www.hackcommunity.com/Thread-Hack-email-accounts-using-googleRE: google dorks - Anima Templi - 08-25-2012 A Google Dork is like a search tag. You enter the dork in google and the search results will contain the links that you wanted to find. As an example: Lets say you want to find a website vulerable to SQL injection. We know how the link of an possible SQL injection vulnerable site looks like, so we adabt the dork to search for it. a dork could look like this: inurl: article.php?ID= (the inurl: part tells google that we want our search term to be in the url) This Google Dork will search for links which ends on "article.php?ID=". Which in some cases can be vulnerable to SQL injection. You can also adabt it to find other information, like admin pages, passwords, accounts etc. I hope i have explained me well enough (it is late and in the midle of the night in my country now). If you didn't understand me, or have more questions don't hesitate to PM me. |