bug/bundler_fix
wchen-r7 2016-08-03 11:04:53 -05:00
parent 8f7d0eae0c
commit bddf5edcf1
1 changed files with 1 additions and 1 deletions

View File

@ -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.
},