Difference between revisions of "Chkrootkit: di ubuntu"
Jump to navigation
Jump to search
Onnowpurbo (talk | contribs) (Created page with "sumber: https://hostpresto.com/community/tutorials/how-to-install-and-use-chkrootkit-on-ubuntu-14-04/ How to Install and Use chkrootkit on Ubuntu 14.04 10th August 2016 1,946...") |
Onnowpurbo (talk | contribs) |
||
(One intermediate revision by the same user not shown) | |||
Line 1: | Line 1: | ||
sumber: https://hostpresto.com/community/tutorials/how-to-install-and-use-chkrootkit-on-ubuntu-14-04/ | 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 | |
− | |||
− | |||
− | chkrootkit.tar.gz: OK | ||
Extract the package. | Extract the package. | ||
− | + | tar xzvf chkrootkit.tar.gz | |
− | chkrootkit-0.50 | + | cd chkrootkit-0.50 |
− | + | make sense | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | + | Jalankan | |
− | + | sudo ./chkrootkit | |
− | |||
− | + | Cek Versi | |
− | |||
− | + | /chkrootkit -V | |
− | + | chkrootkit version 0.50 | |
− | chkrootkit version 0.50 | ||
− | + | ==Enable Scheduled Check== | |
− | + | vi /etc/chkrootkit.conf : | |
− | |||
− | + | Ubah | |
− | |||
− | + | RUN_DAILY="false" | |
− | |||
− | RUN_DAILY="false" | ||
with | with | ||
− | RUN_DAILY="true" | + | RUN_DAILY="true" |
− | |||
− | |||
− | |||
Line 220: | Line 70: | ||
+ | ==Referensi== | ||
+ | * 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"