tags:

views:

81

answers:

1

Hello guys!

I am working on a project where I have to defend the website against code injection. Is there a list with all shell commands which doesn't need the php exec function? So a list with shell commands that can be performed from php without the exec command?

+1  A: 

You may want to checkout CodeIgniter which has the security functionality you're looking for built in. It's very light weight and each part can be used mostly by itself.

orokusaki
I'd recommend Kohana over CodeIgniter personally. It's much better thought out and newer, too.
Will Vousden
thanks a lot :)
Tojas
Good call. I don't use PHP any more (couple years back was my last round with PHP), but CodeIgniter was the up and coming of my era. Kohana looks pretty interesting however.
orokusaki