Hello,
The proccess run by the robot exploiting the server uses wget to download files to the server. Is there any way to limit the user of wget without affecting plesk?
A lot of clients will change their passwords to the old ones even if you told them not to do it. So we need a extra protection. One thing to do is limit the cron to the clients (99% don´t use it) another good thing is limit wget. It is possible to disable login as root and:
Enable it again:
But, it is possible to limit it? For example only root can use it.
Thanks
The proccess run by the robot exploiting the server uses wget to download files to the server. Is there any way to limit the user of wget without affecting plesk?
A lot of clients will change their passwords to the old ones even if you told them not to do it. So we need a extra protection. One thing to do is limit the cron to the clients (99% don´t use it) another good thing is limit wget. It is possible to disable login as root and:
chmod 0700 /usr/bin/wget
Enable it again:
chmod 0711 /usr/bin/wget
But, it is possible to limit it? For example only root can use it.
Thanks