Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 360 Bytes

File metadata and controls

19 lines (11 loc) · 360 Bytes

Rootkit_Scanner

This scanner supports both kernel-mode and user-mode rootkits.

CentOS
#  yum install -y golang kernel-devel-$(uname -r) kernel-headers-$(uname -r) gcc gcc-c++ make

Debian + Ubuntu
# apt install -y linux-headers-$(uname -r) gcc g++ make golang


# make  &&  insmod rootkit_sc_driver.ko 
# ./rootkit_scanner

示例