====chkrootkit====
rootkit detection

http://www.chkrootkit.org/ 

Source code: ftp://ftp.pangeia.com.br/pub/seg/pac/

Binary code: http://www.datafilehost.com/download-e32af661.html

To perform all tests open the ///mnt/home/chkrootkit// directory and run this command from there:
%%./chkrootkit 2>&1 | tee /mnt/home/chkrootkit.log%%A log is written to ///mnt/home/chkrootkit.log//.

To perform a specific test:
%%./chkrootkit [options] [testname ...]%%Options:
		 -h                show this help and exit
		 -V                show version information and exit
		 -l                show available tests
		 -d                debug
		 -q                quiet mode
		 -x                expert mode
		 -r dir            use dir as the root directory
		 -p dir1:dir2:dirN path for the external commands used by chkrootkit
		 -n                skip NFS mounted dirs

http://puppylinux.org/wikka/software

{{nocomments}}
----
==Categories==
CategorySecurity
CategorySoftware