How should be test with phpunit for xss + sql injection?

Posted by Yosef on Stack Overflow See other posts from Stack Overflow or by Yosef
Published on 2011-03-13T23:49:26Z Indexed on 2011/03/14 0:10 UTC
Read the original article Hit count: 387

Hi,

How should be test with phpunit php web application for xss + sql injection? I thinking to find program that output xss+ other attacks to test my application forms. This program/service should be all time updated with new xss and other new attacks. Does such service/program exist, if not how it done today? Please give some examples if you can.

(I use php 5.3 + zend framework + mysql)

Thanks,

Yosef

© Stack Overflow or respective owner

Related posts about php

Related posts about automated-tests