Whitespace and caps fixes
parent
157f25788b
commit
ba86e14d43
|
@ -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' =>
|
||||
[
|
||||
|
|
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue