Fixed the module name

bug/bundler_fix
Peter Toth 2013-11-13 08:57:50 +01:00
parent 2d9e8e09e6
commit d9c402c035
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ class Metasploit3 < Msf::Post
def initialize(info={})
super( update_info( info,
'Name' => 'OSX ',
'Name' => 'OSX VPN manager',
'Description' => %q{
This module lists VPN connections and tries to connect to them using stored credentials.
},