We have moved our forum to GitHub Discussions. For questions about Phalcon v3/v4/v5 you can visit here and for Phalcon v6 here.

How to test the Phalcon application?

Hi,

Besides unit testing how can I test my Phalcon application against SQL injection or other harmfull tricks?

Thanks!

edited Apr '17

I don't know, maybe find some company doing such a tests? If you are using everywhere parameter binding then it's already sql injection protected.



3.4k

You could also load up an virtual instance of Kali Linux on your LAN and point various automated attack tools that come prepackaged with Kali to your dev environment. That's what I do.