GreenSQL is an Open Source database firewall used to protect databases from SQL injection attacks. SQL injection is done by typing SQL commands in the forms given in websites, like the login page.
GreenSQL works as a proxy and has built in support for MySQL and PostgreSQL. The logic is based on evaluation of SQL commands using a risk scoring matrix as well as blocking known db administrative commands (DROP, CREATE, etc).
Comments