Thursday 16 October 2014

Google Dorks List for SQL injection



Google Dorks are users that take advantage of Google’s advanced search options to find specific data. This process is called Google Dorking. Almost anyone can be considered a Google Dork, but some Dorks use these advanced searches to find data that was never meant to be seen, reports Business Insider.
SQL injection is a code injection technique that exploits a security vulnerability occurring in the database layer of an application.
The vulnerability is present when user input is either incorrectly filtered for string literal escape characters embedded in SQL statements or user input is not strongly typed and thereby unexpectedly executed.
Given below is the huge list of Google dorks for SQL Injection. You can download these dorks from here.
https://drive.google.com/open?id=0BwijAkk34AyFZjdZN2NxbkhSSTA&authuser=0

No comments:

Post a Comment

Prevention Techniques: Cross-site request forgery (CSRF)

1. The best defense against CSRF attacks is unpredictable tokens, a piece of data that the server can use to validate the request, and wh...