Added a second script to find paths with above 260 characters.
This commit is contained in:
@@ -26,10 +26,7 @@ class Cryptowallfinder
|
||||
def writeMyFile(whatToWrite)
|
||||
if !isDecryptInstructions(whatToWrite) && !isTorInstructions(whatToWrite)
|
||||
whatToWrite = infectedFileExpandedPath(whatToWrite)
|
||||
whatToWrite = whatToWrite.gsub("/","\\")
|
||||
@openFile = self.outputFile.open
|
||||
@openFile.puts(whatToWrite)
|
||||
@openFile.close
|
||||
self.outputFile.writeWindowsFilePath(whatToWrite)
|
||||
end
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user