Skip to content

Commit

Permalink
Follow a consistent naming convention
Browse files Browse the repository at this point in the history
git-svn-id: file:///home/svn/framework3/trunk@13996 4d416f70-5f16-0410-b530-b9f4589650da
  • Loading branch information
bannedit committed Oct 18, 2011
1 parent 3cfa3c2 commit 4209431
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion modules/auxiliary/vsploit/pii/email_pii.rb
Expand Up @@ -21,7 +21,7 @@ class Metasploit3 < Msf::Auxiliary

def initialize(info = {})
super(update_info(info,
'Name' => 'vsploit Email PII',
'Name' => 'VSploit Email PII',
'Description' => %q{
This auxiliary reads from a file and sends data which
should be flagged via an internal or external SMTP server.
Expand Down
2 changes: 1 addition & 1 deletion modules/auxiliary/vsploit/pii/web_pii.rb
Expand Up @@ -21,7 +21,7 @@ class Metasploit3 < Msf::Auxiliary

def initialize(info = {})
super(update_info(info,
'Name' => 'vSploit Web PII',
'Name' => 'VSploit Web PII',
'Description' => 'This module emulates a webserver leaking PII data',
'License' => MSF_LICENSE,
'Author' => 'MJC',
Expand Down

0 comments on commit 4209431

Please sign in to comment.