You can audit your server using following command which will list a lot stuff and their versions. You should run whole command at a time.
uname -a; php -i | grep -E "PHP Version|allow_url|disable_f|register_globals.*="; php4 -i | grep -E "PHP Version|allow_url|disable_f|register_globals.*=" ; grep mod.*sec /etc/httpd/conf/httpd.conf;ls -lha /etc/cron.daily/mod*sec* ; csf -v; apf |grep version ; rkhunter -V | grep "Rootkit Hunter" | grep -Ev "development|WARRANTY"; rpm -q udev; /usr/local/cpanel/bin/rebuild_phpconf --current; lsmod | grep -E "pppox|hidp|l2cap|bluetooth|sctp"; yum check-update bind | grep bind
No comments:
Post a Comment