pastographical error, thanks dookie for spotting it

git-svn-id: file:///home/svn/framework3/trunk@12395 4d416f70-5f16-0410-b530-b9f4589650da
unstable
James Lee 2011-04-21 18:14:51 +00:00
parent a61e7290b0
commit d9a80d713c
1 changed files with 4 additions and 1 deletions

View File

@ -20,7 +20,10 @@ class Metasploit3 < Msf::Post
def initialize(info={})
super( update_info( info,
'Name' => 'List installed applications',
'Description' => %q{ This module prints out the operating system environment variables },
'Description' => %q{
This module lists installed applications and their versions
using the registry.
},
'License' => MSF_LICENSE,
'Author' => [ 'Carlos Perez <carlos_perez[at]darkoperator.com>'],
'Version' => '$Revision$',