Rootkit Hunter, security monitoring and analyzing tool

  • Post Author:
  • Post Category:Linux
  • Post Comments:0 Comments

Rootkit Hunter (commonly abbreviated as “RKH”) is a security monitoring and analyzing tool for POSIX compliant systems, to help you detect known rootkits, malware and signal general bad security practices. Rootkits have a certain structure and files in certain areas, known to the Rootkit Hunter team. This is similar to virus signatures. RKH offers additional scans that may assist you.

(more…)

Continue Reading Rootkit Hunter, security monitoring and analyzing tool

Disable IPV6 module on default kernels

  • Post Author:
  • Post Category:Linux
  • Post Comments:0 Comments

RHEL/CentOS: * In /etc/modprobe.conf, make sure you have alias net-pf-10 off alias ipv6 off * Reboot. • RHEL/CentOS/Fedora Core (method 2)/Mandriva (method 1): * In /etc/sysconfig/network, add a line NETWORKING_IPV6="no"…

Continue Reading Disable IPV6 module on default kernels

scp 指令. 安全ser2ser 過FILE

scp -r  folder_to_send  user@IP_ADD:/var/www/html -r : 連directory & file 一同過過去. user: remote site login user IP_ADD: remote ip addresss /var/www/html: remote site folder

Continue Reading scp 指令. 安全ser2ser 過FILE

screen命令使用技巧

常用快捷键 注:这些快捷键都需要在按完 escape 键之后使用。 默认的escape键是 Ctrl-A,上面贴出的 .screenrc 中将其改成了 Ctrl-Z。 例如 d,实际操作时应当按 Ctrl-Z d。 快捷键 功能 d 中断当前会话,下次可以用 screen -r 命令恢复 c 开新窗口 0-9数字 在窗口0-窗口9之间迅速切换 n 下一个窗口 p 上一个窗口 S 分割屏幕…

Continue Reading screen命令使用技巧