Fix typo in title. Thanks ragecyr!

git-svn-id: file:///home/svn/framework3/trunk@8961 4d416f70-5f16-0410-b530-b9f4589650da
unstable
HD Moore 2010-03-30 17:57:22 +00:00
parent aaee658c3c
commit c9ad11fbe1
1 changed files with 5 additions and 4 deletions

View File

@ -21,7 +21,7 @@ class Metasploit3 < Msf::Auxiliary
# Creates an instance of this module.
def initialize(info = {})
super(update_info(info,
'Name' => 'PostgreSQL Login Utility',
'Name' => 'PostgreSQL Version Probe',
'Description' => %q{
Enumerates the verion of PostgreSQL servers.
},
@ -118,3 +118,4 @@ class Metasploit3 < Msf::Auxiliary
end
end