I have a customer that is being attacked. What the people are doing is trying to spam using the cgi-sys formmail in his hosting server.
Is there a way to remove these scripts from the users directory or the server alltogether??
Thanks
JD
I have a customer that is being attacked. What the people are doing is trying to spam using the cgi-sys formmail in his hosting server.
Is there a way to remove these scripts from the users directory or the server alltogether??
Thanks
JD
You can remove this from the Reseller WHM control panel.Originally posted by eter4
I have a customer that is being attacked. What the people are doing is trying to spam using the cgi-sys formmail in his hosting server.
Is there a way to remove these scripts from the users directory or the server alltogether??
Thanks
JD
Packages >>Feature Manager
Then on the packages creation/edit page there's an checkbox for "Email Scripts (cgiemail,formmail)"
uncheck that.
IDK(Internet Development Kit) CMS \\ Putting "Nuke-based" systems to shame.
www.IDK-CMS.com
Professional & Efficient programming || PHP, MySQL, PostgreSQL, XML, and JSP.
daejuan[at]gmail.com
Will this just remove the link from CPANEl or actually remove the scripts from the server?
I'm not for sure.Originally posted by eter4
Will this just remove the link from CPANEl or actually remove the scripts from the server?![]()
I'll try it.
IDK(Internet Development Kit) CMS \\ Putting "Nuke-based" systems to shame.
www.IDK-CMS.com
Professional & Efficient programming || PHP, MySQL, PostgreSQL, XML, and JSP.
daejuan[at]gmail.com
I've just actually done this... and it's pretty simple.
Find your apache config (usually /etc/httpd/conf/httpd.conf
and open it up in an editor on your shell (I reccomend pico/nano)
Find the line that says
and change it toScriptAlias /cgi-sys/ /usr/local/cpanel/cgi-sys/
Now use WHM to restart Apache and voila! no more# ScriptAlias /cgi-sys/ /usr/local/cpanel/cgi-sys/