📜 ⬆️ ⬇️

Vikings are attacking (Worm.Win32.Viking.hb)

I'm tired. A debugger window crashes for the second time that day with an error in rundl132.dll . I want to cure the infection - tired hands delete files every time and clean the registry. I suffered, suffered, and found a wonderful solution from Panda. Like any free antivirus, Panda does not treat everything, but, remarkably, it exports all the problems found to a text file. It remains only to apply a simple script, for example, under Cygwin : cut -b 114- /c/Documents\ and\ Settings/masik/My\ Documents/ActiveScan.txt | sed -s 's/^/rm "/; s/$/"/' | sh cut -b 114- /c/Documents\ and\ Settings/masik/My\ Documents/ActiveScan.txt | sed -s 's/^/rm "/; s/$/"/' | sh cut -b 114- /c/Documents\ and\ Settings/masik/My\ Documents/ActiveScan.txt | sed -s 's/^/rm "/; s/$/"/' | sh , and the computer is clean! Tip: first, it is better to write echo rm instead of rm order not to accidentally remove something superfluous.

')

Source: https://habr.com/ru/post/46544/


All Articles