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

De MochilaWiki
Ir para navegaçãoIr para pesquisar
(Criou página com '== instalando == <source lang="bash"> cd /usr/local/src/ wget http://www.rfxn.com/downloads/maldetect-current.tar.gz tar -xzf maldetect-current.tar.gz cd maldetect-* sh ./inst...')
 
Linha 13: Linha 13:
 
maldet --update
 
maldet --update
 
</source>
 
</source>
 +
 +
== 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

Edição das 19h16min 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

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