Database Security. Database Auditing. Database Caching. Database Masking. Get it now

Great idea...

in

This is great idea, i like it very much, but i think that is impossible to cover all variants of injection...

I managed to log in using simple

username: admin
password: password') OR ('1'='1

creating the following query:

SELECT * FROM user WHERE name='admin' and pwd=SHA('password') OR ('1'='1')

--
Milan Cvejic

Comments

Thank you for the bug

Thank you for the bug report.

I will handle it ASAP.

Yuli

Did you already fix the

Did you already fix the issue? Same concept worked for me:

username: admin''' or 1=1 or '
password: lalala

Hi ahh Thanks for reporting

Hi ahh

Thanks for reporting this issue.

This is basically another bug. Not related to the one posted at the start of this thread.

I just fixed you bug in the SVN and will update demo version with the newest version.

Thanks again,
Yuli

Back to top