MySQL Injection test
Posted: Wed Sep 22, 2010 11:35 am
http://placeto.blahertech.net/admin/login.php - Live Sandbox Demo
http://placeto.svn.sourceforge.net/view ... iew=markup - line:78 current make safe function (both POST fields are sent through, before going in the a query)
http://placeto.svn.sourceforge.net/view ... unk/admin/ - The rest of the admin login system's source
I'm currently working on an admin for one of my projects. For now, I'm testing the security of the login.
Are there any tools out there I can run a pre-compiled list of php/mysql injection phrases? Or does anybody already see any faults that are in the login's security? I know you probably don't get this much, but I want someone to crack my login, so I can make sure there are no venerabilities.
http://placeto.svn.sourceforge.net/view ... iew=markup - line:78 current make safe function (both POST fields are sent through, before going in the a query)
http://placeto.svn.sourceforge.net/view ... unk/admin/ - The rest of the admin login system's source
I'm currently working on an admin for one of my projects. For now, I'm testing the security of the login.
Are there any tools out there I can run a pre-compiled list of php/mysql injection phrases? Or does anybody already see any faults that are in the login's security? I know you probably don't get this much, but I want someone to crack my login, so I can make sure there are no venerabilities.