Skip to content

Commit

Permalink
Land rapid7#2019, correct module naming style
Browse files Browse the repository at this point in the history
  • Loading branch information
wvu committed Jun 25, 2013
2 parents a6dc41e + ecfe083 commit 55ea0cb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion modules/post/cisco/gather/enum_cisco.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ class Metasploit3 < Msf::Post
include Msf::Auxiliary::Cisco
def initialize(info={})
super( update_info( info,
'Name' => 'Gather Cisco Device General Information',
'Name' => 'Cisco Gather Device General Information',
'Description' => %q{
This module collects a Cisco IOS or NXOS device information and configuration.
},
Expand Down
2 changes: 1 addition & 1 deletion modules/post/windows/gather/credentials/razer_synapse.rb
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ class Metasploit3 < Msf::Post

def initialize(info={})
super(update_info(info,
'Name' => 'Razer Synapse Password Extraction',
'Name' => 'Windows Gather Razer Synapse Password Extraction',
'Description' => %q{
This module will enumerate passwords stored by the Razer Synapse
client. The encryption key and iv is publicly known. This module
Expand Down
2 changes: 1 addition & 1 deletion modules/post/windows/gather/credentials/steam.rb
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ class Metasploit3 < Msf::Post

def initialize(info={})
super( update_info(info,
'Name' => 'Steam Client Session Collector.',
'Name' => 'Windows Gather Steam Client Session Collector.',
'Description' => %q{ This module will collect Steam session information from an
account set to autologin. },
'License' => MSF_LICENSE,
Expand Down

0 comments on commit 55ea0cb

Please sign in to comment.