Added a second script to find paths with above 260 characters.

This commit is contained in:
2015-04-01 07:52:32 -04:00
parent cbb5de439a
commit 7f92619623
6 changed files with 56 additions and 7 deletions

19
network-path-length.bat Normal file
View File

@@ -0,0 +1,19 @@
@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 source\filepath.rb
xcopy "files.txt" "%userprofile%\Desktop"
cls
echo The script has finished....
echo You can find files.txt on your desktop.
echo .
pause
exit