Prevent users from running processes

gazkin

Verified User
Joined
Jun 13, 2007
Messages
14
Hi,

I installed suphp and everything is working fine. Whoami gives the right username and users cant see eachother`s dirs.

But when i upload something like php shell and upload for example a teamspeak server i am able to run a teamspeak server from the web.
Is there any way to prevent such things? Except the disable functions setting in php. Maybe a shell script that checks if a process is not httpd?

I also installed CSF but that didnt help me.

Please let me know
 
Yes you are right use disable functions or write a script to scan and kill it and notify you who ran it.
 
Is there a out of the box script or do i have to learn shell scripting?
 
Back
Top