루트킷 체크 툴 chkrootkit > 개발자팁

개발자팁

개발과 관련된 유용한 정보를 공유하세요.
질문은 QA에서 해주시기 바랍니다.

루트킷 체크 툴 chkrootkit 정보

Linux 루트킷 체크 툴 chkrootkit

본문

 # 설치
 
tar xvzfp chkrootkit.tar.gz
cd chkrootkit-0.49/
make sense
 
 
# 사용법
 
Usage: ./chkrootkit [options] [test ...]
Options:
        -h                show this help and exit
        -V                show version information and exit
        -l                show available tests and exit
        -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
 
 
./chkrootkit -r /home | grep -v "nothing found\|not found\|not infected\|not tested"
 
 
 
추천
0
  • 복사

댓글 0개

© SIRSOFT
현재 페이지 제일 처음으로