TheRudy
20th September 2006, 18:47
Erm didn't find the right words for topic..
anyway, since most of the big php portal scripts have loads of security holes i am in a process to limit them even more. Most of the hacks happen using wget or similar programs that can download scripts with bad bad code :) from net to server. So i'm chmod-ing these programs to 700 aka only root can run them.
So far my list is:
wget
gcc
cc
make
scp
Anything else that we could add to this list?
anyway, since most of the big php portal scripts have loads of security holes i am in a process to limit them even more. Most of the hacks happen using wget or similar programs that can download scripts with bad bad code :) from net to server. So i'm chmod-ing these programs to 700 aka only root can run them.
So far my list is:
wget
gcc
cc
make
scp
Anything else that we could add to this list?