Posted
over 17 years
ago
by
tsupo
GreenSQLはDBとWebサーバとのプロキシとして動作 / その間で行われるSQL文を監視し、問題があるSQLを予め弾いてくれる / 対応しているDBはMySQLのみ
|
Posted
over 17 years
ago
by
fukami
|
Posted
over 17 years
ago
by
fukami
|
Posted
over 17 years
ago
by
yuli
During this weekend I found an excellent article on Internet. It explains in details how one can perform blind SQL injection against MySQL. For interested parties you can find it here:
http://www.reversing.org/node/view/13
While reading it I found
|
Posted
almost 18 years
ago
by
yuli
My little SQL honey project (http://demo.greensql.net/) yield a problem in the existing implementation of GreenSQL SQL firewall. It turns out that SQL query located in whitelist can basically make the system ignore other query that has SQL comments
|
Posted
almost 18 years
ago
by
yuli
One of my friends told me that he wants to test the application but he does not have any necessary infrastructure. In order to make his live easy I decided to create demo version of the application. I have built special demo version of the
|
Posted
almost 18 years
ago
by
yuli
I finally finished coding for the SQL injection test page. I coded it as a drupal plugin. This SQL Injection page could be used to evaluate SQL protection using GreenSQL database firewall. In addition all SQL queries blocked are shown in demo version
|