Questions about this topic? Sign up to ask in the talk tab.
Difference between revisions of "User:D1551D3N7"
From NetSec
(→Google Dorks=) |
(→Google Dorks) |
||
Line 3: | Line 3: | ||
Google dorks are search terms created to look for vulnerable websites using Google. They usually use the inurl: intitle: and intext: [http://www.googleguide.com/advanced_operators.html search operators]. They are commonly used for web applications that exploits have been found in already and to find sites with the vulnerable version of that software. | Google dorks are search terms created to look for vulnerable websites using Google. They usually use the inurl: intitle: and intext: [http://www.googleguide.com/advanced_operators.html search operators]. They are commonly used for web applications that exploits have been found in already and to find sites with the vulnerable version of that software. | ||
− | Inurl searches for sites with the text after the colon (:) in their url. eg inurl:index.php?page= will get result websites like http://www.example.com/index.php?page=76 | + | *Inurl searches for sites with the text after the colon (:) in their url. eg inurl:index.php?page= will get result websites like http://www.example.com/index.php?page=76 |
− | Intitle searches for sites with the text after the colon in their page title. eg intitle:FuBar_V2.0 will bring up websites with FuBar_V2.0 as the page title. | + | *Intitle searches for sites with the text after the colon in their page title. eg intitle:FuBar_V2.0 will bring up websites with FuBar_V2.0 as the page title. |
− | Intext searches for site containing the text after the colon within the text. eg intext:Email_Administration_Panel_V3.0 | + | *Intext searches for site containing the text after the colon within the text. eg intext:Email_Administration_Panel_V3.0 |
will get results with that in the page. | will get results with that in the page. | ||
+ | |||
Might do more on this tomorrow... *yawn* | Might do more on this tomorrow... *yawn* |
Revision as of 00:10, 6 August 2012
Google Dorks
Google dorks are search terms created to look for vulnerable websites using Google. They usually use the inurl: intitle: and intext: search operators. They are commonly used for web applications that exploits have been found in already and to find sites with the vulnerable version of that software.
- Inurl searches for sites with the text after the colon (:) in their url. eg inurl:index.php?page= will get result websites like http://www.example.com/index.php?page=76
- Intitle searches for sites with the text after the colon in their page title. eg intitle:FuBar_V2.0 will bring up websites with FuBar_V2.0 as the page title.
- Intext searches for site containing the text after the colon within the text. eg intext:Email_Administration_Panel_V3.0
will get results with that in the page.
Might do more on this tomorrow... *yawn*