hay how to add virus scan for ftp and how to install root kit ??? and one more thing which which php function is effective for the server ??
Here is the guide on how to Install Rootkit. RootKit — Spyware and Junkware detection and removal tool Go to Rootkit Hunter homepage, and download the latest release. http://www.rootkit.nl/projects/rootkit_hunter.html ## Get the latest source and untar # cd /usr/src/utils # wget http://downloads.rootkit.nl/rkhunter-<version>.tar.gz # tar xfz rkhunter-*.gz # cd rkhunter # ./installer.sh ## run rkhunter # rkhunter -c Also do the following, Enable E-mail Alert on Root SSH Login To enable root login notification, do the following 1. cd /root 2. edit .bashrc file with command vi .bashrc 3. Add following content to .bashrc file echo ‘ALERT – ServerName Root Access on:’ `date` `who` | mail -s “Alert: Root Access from `who | cut -d’(‘ -f2 | cut -d’)’ -f1`†Change ServerName to your server name. to your email address. 4. Save and Exit vi text editor with command :wq Now log out of SSH and login, you will get SSH Root Login alert email with IP addrss and time of login. Also install csf firewall it will help a lot. With Regards.
I have an ISA Server 2006 in the DMZ with an SSL certificate that has an HTTPS listener. When ISA Server receives requests HTTPS request is sent via HTTPS HC internal web server. Thus, the ISA server handles Internet requests and HC web server is not open to the Internet at all. Very easy to configure.