From cbb5de439a98f677ed5c028d95e2cf6cee9f3593 Mon Sep 17 00:00:00 2001 From: Jacob Cody Wimer Date: Mon, 30 Mar 2015 10:50:14 -0400 Subject: [PATCH] Formatted list in readme --- README.md | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index 7bb4ffb..74a3941 100644 --- a/README.md +++ b/README.md @@ -18,18 +18,18 @@ For example, if you have two folders on your desktop that contain the following The program will do the following: - * 1. It will create a txt containing: - - folder1path\myfile.txt - - folder1path\myOtherFile.txt - - folder2path\myThirdFile.txt - - folder2path\myFourthFile.txt - * 2. It will delete the following files: - - folder1\DECRYPT_INSTRUCTION.TXT - - folder1\DECRYPT_INSTRUCTION.lnk - - folder1\DECRYPT_INSTRUCTION.HTML - - folder2\DECRYPT_INSTRUCTION.TXT - - folder2\DECRYPT_INSTRUCTION.lnk - - folder2\DECRYPT_INSTRUCTION.HTML +1. It will create a txt containing: + - folder1path\myfile.txt + - folder1path\myOtherFile.txt + - folder2path\myThirdFile.txt + - folder2path\myFourthFile.txt +2. It will delete the following files: + - folder1\DECRYPT_INSTRUCTION.TXT + - folder1\DECRYPT_INSTRUCTION.lnk + - folder1\DECRYPT_INSTRUCTION.HTML + - folder2\DECRYPT_INSTRUCTION.TXT + - folder2\DECRYPT_INSTRUCTION.lnk + - folder2\DECRYPT_INSTRUCTION.HTML Hopefully, having the txt produced by this program will help you easily restore files infected by cryptowall. The program was only written to search local hard drives (not usb or network drives). This functionality can be easily added if needed just ask me. It is advised to not run this on systems in which cryptowall is still encrypting files. Make sure the computer is clean (or running in safe mode) before running this program.