Correct module naming style

unstable
sinn3r 2012-04-18 20:45:25 -05:00
parent 1065111817
commit 946ab1514e
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ class Metasploit3 < Msf::Post
def initialize(info={})
super( update_info( info,
'Name' => 'Post Windows Gather Forensics Duqu Registry Check',
'Name' => 'Windows Gather Forensics Duqu Registry Check',
'Description' => %q{ This module searches for CVE-2011-3402 (Duqu) related registry artifacts.},
'License' => MSF_LICENSE,
'Author' => [ 'Marcus J. Carey <mjc[at]threatagent.com>'],