Whitespace and caps fixes

bug/bundler_fix
Tod Beardsley 2013-04-09 08:56:39 -05:00
parent 157f25788b
commit ba86e14d43
2 changed files with 4 additions and 4 deletions

View File

@ -20,9 +20,9 @@ class Metasploit3 < Msf::Auxiliary
an arbitrary object instantiation flaw in the XML request processor.
},
'Author' => [
'hdm', #author
'jjarmoc' #improvements
],
'hdm', #author
'jjarmoc' #improvements
],
'License' => MSF_LICENSE,
'References' =>
[

View File

@ -15,7 +15,7 @@ class Metasploit3 < Msf::Post
def initialize(info={})
super( update_info(info,
'Name' => 'Steam client session Collector.',
'Name' => 'Steam Client Session Collector.',
'Description' => %q{ This module will collect Steam session information from an
account set to autologin. },
'License' => MSF_LICENSE,