SQL Blind tool Bbqsql SQL injection is the insertion of SQL commands into the contents of a form, domain name, or page request. At the time of injection, penetration testers can determine the results of the injection operation based on the feedback from the site to determine subsequent operations. If the site does not respond to specific error messages, only a vague feedback is given, such as incorrect input data or blank pages. The injection in this case is called the SQL blind. In the SQL blind, the infiltration personnel need to repeat a large number of injection operations, each time you need to set configuration items repeatedly, build new SQL statements and so on. These operations are extremely time consuming. To avoid these repetitive operations, Kali Linux provides a SQL blind tool bbqsql. In this tool, the user can set the parameters in advance. Each time you test, you only need to modify one item to perform a test to avoid repeating the project's settings. At the same time, it provides a hook function to help users with additional processing of data, such as URL encoding conversion.
SQL Blinds Tool Bbqsql