Correct post module naming style
parent
a8d56afda6
commit
300558e009
|
@ -24,7 +24,7 @@ class Metasploit3 < Msf::Post
|
||||||
|
|
||||||
def initialize(info = {})
|
def initialize(info = {})
|
||||||
super(update_info(info,
|
super(update_info(info,
|
||||||
'Name' => 'Post Windows Gather Credentials IMVU Game Client',
|
'Name' => 'Windows Gather Credentials IMVU Game Client',
|
||||||
'Description' => %q{
|
'Description' => %q{
|
||||||
This module extracts account username & password from the IMVU game client
|
This module extracts account username & password from the IMVU game client
|
||||||
and stores it as loot.
|
and stores it as loot.
|
||||||
|
|
Loading…
Reference in New Issue