Mudanças entre as edições de "Maldet"

De MochilaWiki
Ir para navegaçãoIr para pesquisar
Linha 12: Linha 12:
 
maldet --update-ver
 
maldet --update-ver
 
maldet --update
 
maldet --update
 +
</source>
 +
 +
== ajustando configuração ==
 +
<source lang="bash">
 +
sed -i '1,129s#public_html#/home/sites#' /usr/local/maldetect/conf.maldet
 +
sed -i '1,17s/0/1/' /usr/local/maldetect/conf.maldet
 +
sed -i '1,24s/you@domain.com/seu@email.com.br/' /usr/local/maldetect/conf.maldet
 +
sed -i '1,36s/0/1/' /usr/local/maldetect/conf.maldet
 +
sed -i '1,39s#var/www/html#home/sites#' /etc/cron.daily/maldet
 
</source>
 
</source>
  

Edição das 19h18min de 20 de março de 2015

instalando

cd /usr/local/src/
wget http://www.rfxn.com/downloads/maldetect-current.tar.gz
tar -xzf maldetect-current.tar.gz
cd maldetect-*
sh ./install.sh

atualizando

maldet --update-ver
maldet --update

ajustando configuração

sed -i '1,129s#public_html#/home/sites#' /usr/local/maldetect/conf.maldet
sed -i '1,17s/0/1/' /usr/local/maldetect/conf.maldet
sed -i '1,24s/you@domain.com/seu@email.com.br/' /usr/local/maldetect/conf.maldet
sed -i '1,36s/0/1/' /usr/local/maldetect/conf.maldet
sed -i '1,39s#var/www/html#home/sites#' /etc/cron.daily/maldet

formas de uso

geral

maldet --scan-all /var/www/

buscando por formato

maldet --scan-all /var/www/*.zip

visualizando analise

maldet --report 021015-1051.3559

restaurando um arquivo

maldet --restore /usr/local/maldetect/quarantine/color.jpg.11922

apagando quarentena

rm -rf /usr/local/maldetect/quarantine/*
maldet --clean SCANID