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?
Share
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.