From bddf5edcf10de5a43654d9372e564e1ada01acb7 Mon Sep 17 00:00:00 2001 From: wchen-r7 Date: Wed, 3 Aug 2016 11:04:53 -0500 Subject: [PATCH] Fix typo --- modules/post/multi/manage/zip.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/post/multi/manage/zip.rb b/modules/post/multi/manage/zip.rb index b1b6bd98ec..c18f9b434d 100644 --- a/modules/post/multi/manage/zip.rb +++ b/modules/post/multi/manage/zip.rb @@ -13,7 +13,7 @@ class MetasploitModule < Msf::Post super(update_info(info, 'Name' => 'Multi Manage File Compressor', 'Description' => %q{ - This module zips a directory or a directory. On Linux, it uses the zip command. + This module zips a file or a directory. On Linux, it uses the zip command. On Windows, it will try to use remote target's 7Zip if found. If not, it falls back to its own VBScript. },