Difference between revisions of "Chkrootkit: di ubuntu"

From OnnoWiki
Jump to navigation Jump to search
 
Line 73: Line 73:
  
 
* https://hostpresto.com/community/tutorials/how-to-install-and-use-chkrootkit-on-ubuntu-14-04/
 
* https://hostpresto.com/community/tutorials/how-to-install-and-use-chkrootkit-on-ubuntu-14-04/
 +
 +
==Pranala Menarik==
 +
 +
* [[Chkrootkit]]

Latest revision as of 08:43, 18 June 2017

sumber: https://hostpresto.com/community/tutorials/how-to-install-and-use-chkrootkit-on-ubuntu-14-04/


Install

apt-get install chkrootkit


Jalankan

sudo chkrootkit


Instalasi Versi Terakhir

wget -c ftp://ftp.pangeia.com.br/pub/seg/pac/chkrootkit.tar.gz
wget -c ftp://ftp.pangeia.com.br/pub/seg/pac/chkrootkit.md5

Verifikasi

md5sum -c chkrootkit.md5 
chkrootkit.tar.gz: OK

Extract the package.

tar xzvf chkrootkit.tar.gz 
cd chkrootkit-0.50
make sense

Jalankan

sudo ./chkrootkit

Cek Versi


/chkrootkit -V
chkrootkit version 0.50

Enable Scheduled Check

vi /etc/chkrootkit.conf :

Ubah

RUN_DAILY="false"

with

RUN_DAILY="true"









Referensi

Pranala Menarik