Consistent naming
git-svn-id: file:///home/svn/framework3/trunk@14122 4d416f70-5f16-0410-b530-b9f4589650daunstable
parent
a4de179793
commit
f64893d305
|
@ -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.
|
||||||
|
|
|
@ -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,
|
||||||
|
|
|
@ -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.},
|
||||||
|
|
Loading…
Reference in New Issue