Fix typo in title. Thanks ragecyr!
git-svn-id: file:///home/svn/framework3/trunk@8961 4d416f70-5f16-0410-b530-b9f4589650daunstable
parent
aaee658c3c
commit
c9ad11fbe1
|
@ -21,7 +21,7 @@ class Metasploit3 < Msf::Auxiliary
|
||||||
# Creates an instance of this module.
|
# Creates an instance of this module.
|
||||||
def initialize(info = {})
|
def initialize(info = {})
|
||||||
super(update_info(info,
|
super(update_info(info,
|
||||||
'Name' => 'PostgreSQL Login Utility',
|
'Name' => 'PostgreSQL Version Probe',
|
||||||
'Description' => %q{
|
'Description' => %q{
|
||||||
Enumerates the verion of PostgreSQL servers.
|
Enumerates the verion of PostgreSQL servers.
|
||||||
},
|
},
|
||||||
|
@ -118,3 +118,4 @@ class Metasploit3 < Msf::Auxiliary
|
||||||
end
|
end
|
||||||
|
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue