Rootkit help

RootKit -- Spyware and Junkware detection and removal tool

Go to Rootkit Hunter homepage, and download the latest release. http://www.rootkit.nl/projects/rootkit_hunter.html

## Get the latest source and untar
# cd /usr/src/utils
# wget http://downloads.rootkit.nl/rkhunter-<version>.tar.gz
# tar xfz rkhunter-*.gz
# cd rkhunter
# ./installer.sh
## run rkhunter
# rkhunter -c


Setup automatic protection on System Reboot


## Edit /etc/rc.d/rc.local
##      (or similar file depending on Linux version)
## Add the following lines at the bottom of the file

/usr/local/sbin/apf --start
/usr/local/ddos/ddos.sh -c

¿Fue útil la respuesta?

 Imprimir éste Artículo

Leer también

DoS: looking at open connections

Here is a command line to run on your server if you think your server is under attack. It prints...

SPAM

What is Spam? Would you like to... Print this pagePrint this page Email this pageEmail this...

What is a DMCA and how do I file one?

The Digital Millennium Copyright Act (DMCA) is a United States copyright law that implements two...

My server has been blocked by Abuse. What do I do?

Generally the abuse department will not block your server unless one of the following...

Chrootkit help

SSH as admin to your server. DO NOT use telnet, it should be disabled anyways.#Change to rootsu...