Fixed network-path-length.bat messages.
This commit is contained in:
@@ -1,19 +1,15 @@
|
|||||||
@echo off
|
@echo off
|
||||||
echo This script was created to find all files infected with cryptowall.
|
echo This script will scan all local drives for any paths bigger than 255 characters.
|
||||||
echo This script relies on the DECRYPT_INSTRUCTIONS files left by cryptowall.
|
echo It will leave a .txt on your desktop.
|
||||||
echo .
|
echo .
|
||||||
echo .
|
echo .
|
||||||
echo This also removes all files with DECRYPT or TOR in the title.
|
pause
|
||||||
echo DO NOT LOSE THE TXT THIS SCRIPT CREATES!
|
cls
|
||||||
echo .
|
call ruby\bin\irb.bat source\filepath.rb
|
||||||
echo .
|
xcopy "files.txt" "%userprofile%\Desktop"
|
||||||
pause
|
cls
|
||||||
cls
|
echo The script has finished....
|
||||||
call ruby\bin\irb.bat source\filepath.rb
|
echo You can find files.txt on your desktop.
|
||||||
xcopy "files.txt" "%userprofile%\Desktop"
|
echo .
|
||||||
cls
|
pause
|
||||||
echo The script has finished....
|
|
||||||
echo You can find files.txt on your desktop.
|
|
||||||
echo .
|
|
||||||
pause
|
|
||||||
exit
|
exit
|
||||||
Reference in New Issue
Block a user