Initial commit

This commit is contained in:
2015-02-17 20:53:15 -05:00
parent 0197bcb289
commit 6b60acb4bd
2286 changed files with 403579 additions and 0 deletions

18
start.bat Normal file
View File

@@ -0,0 +1,18 @@
@echo off
echo This script was created to find all files infected with cryptowall.
echo This script relies on the DECRYPT_INSTRUCTIONS files left by cryptowall.
echo .
echo .
echo This also removes all files with DECRYPT or TOR in the title.
echo DO NOT LOSE THE TXT THIS SCRIPT CREATES!
echo .
echo .
pause
cls
call ruby\bin\irb.bat find_cryptowall_infected_files.rb
xcopy "files.txt" "%userprofile%\Desktop"
cls
echo The script has finished....
echo .
pause
exit