Consistent naming

git-svn-id: file:///home/svn/framework3/trunk@14122 4d416f70-5f16-0410-b530-b9f4589650da
unstable
Wei Chen 2011-10-30 08:20:18 +00:00
parent a4de179793
commit f64893d305
3 changed files with 3 additions and 3 deletions

View File

@ -15,7 +15,7 @@ class Metasploit3 < Msf::Post
def initialize(info={}) def initialize(info={})
super(update_info(info, super(update_info(info,
'Name' => 'inject_ca - Certificate Authority Injection', 'Name' => 'Windows Certificate Authority Injection',
'Description' => %q{ 'Description' => %q{
This module allows the attacker to insert an arbitrary CA certificate This module allows the attacker to insert an arbitrary CA certificate
into the victim's Trusted Root store. into the victim's Trusted Root store.

View File

@ -13,7 +13,7 @@ class Metasploit3 < Msf::Post
def initialize(info={}) def initialize(info={})
super( update_info( info, super( update_info( info,
'Name' => 'Local NBD Server for Remote Disks', 'Name' => 'Windows Local NBD Server for Remote Disks',
'Description' => %q{Maps remote disks and logical volumes to a local Network Block 'Description' => %q{Maps remote disks and logical volumes to a local Network Block
Device server. Allows for forensic tools to be executed on the remote disk directly.}, Device server. Allows for forensic tools to be executed on the remote disk directly.},
'License' => MSF_LICENSE, 'License' => MSF_LICENSE,

View File

@ -15,7 +15,7 @@ class Metasploit3 < Msf::Post
def initialize(info={}) def initialize(info={})
super( update_info( info, super( update_info( info,
'Name' => 'Certificate Authority removal', 'Name' => 'Windows Certificate Authority removal',
'Description' => %q{ 'Description' => %q{
This module allows the attacker to remove an arbitrary CA certificate This module allows the attacker to remove an arbitrary CA certificate
from the victim's Trusted Root store.}, from the victim's Trusted Root store.},