link sir can you teach me how can i use dorks to find vulnerability..[hr] i am new to security and vulnerability areas..
Quickl Low-Down A dork is used largely for finding sites vulnerable to SQL injection, you can use them to find sites with other vulnerabilities (XSS, RFI & LFI etc) and information disclosure vulnerabilities.
An example would be:
inurl:"index.php?id="
Put that in google and it'll return a search with results having "index.php?id=" in the URL (this is the actual dork). To search url's we use "inurl:" + the search string. To get decent hits research dork lists and come up with your own dorks. Remember, if you use public dorks it means every noob and his dog will have used them before you... unless they're fresh.