diff --git a/network-path-length.bat b/network-path-length.bat index 890392b..02851ea 100644 --- a/network-path-length.bat +++ b/network-path-length.bat @@ -1,19 +1,15 @@ -@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 +@echo off +echo This script will scan all local drives for any paths bigger than 255 characters. +echo It will leave a .txt on your desktop. +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 \ No newline at end of file