Correct some authors with unbalanced angle brackets
parent
f34bf544d3
commit
43229c16e7
|
@ -21,7 +21,7 @@ class Metasploit3 < Msf::Auxiliary
|
||||||
'Author' =>
|
'Author' =>
|
||||||
[
|
[
|
||||||
'jclaudius <jclaudius[at]trustwave.com>',
|
'jclaudius <jclaudius[at]trustwave.com>',
|
||||||
'lguay <laura.r.guay[at]gmail.com'
|
'lguay <laura.r.guay[at]gmail.com>'
|
||||||
],
|
],
|
||||||
'License' => MSF_LICENSE,
|
'License' => MSF_LICENSE,
|
||||||
'References' =>
|
'References' =>
|
||||||
|
|
|
@ -20,7 +20,7 @@ class Metasploit3 < Msf::Auxiliary
|
||||||
This module uses the getstatus or getinfo request to obtain
|
This module uses the getstatus or getinfo request to obtain
|
||||||
information from a Quakeserver.
|
information from a Quakeserver.
|
||||||
),
|
),
|
||||||
'Author' => 'Jon Hart <jon_hart[at]rapid7.com',
|
'Author' => 'Jon Hart <jon_hart[at]rapid7.com>',
|
||||||
'References' =>
|
'References' =>
|
||||||
[
|
[
|
||||||
['URL', 'ftp://ftp.idsoftware.com/idstuff/quake3/docs/server.txt']
|
['URL', 'ftp://ftp.idsoftware.com/idstuff/quake3/docs/server.txt']
|
||||||
|
|
|
@ -23,7 +23,7 @@ class Metasploit3 < Msf::Exploit::Remote
|
||||||
},
|
},
|
||||||
'Author' =>
|
'Author' =>
|
||||||
[
|
[
|
||||||
'Thomas Hibbert <thomas.hibbert@security-assessment.com' # Vulnerability discovery and MSF module
|
'Thomas Hibbert <thomas.hibbert@security-assessment.com>' # Vulnerability discovery and MSF module
|
||||||
],
|
],
|
||||||
'License' => MSF_LICENSE,
|
'License' => MSF_LICENSE,
|
||||||
'References' =>
|
'References' =>
|
||||||
|
|
|
@ -24,7 +24,7 @@ class Metasploit3 < Msf::Exploit::Remote
|
||||||
'Author' =>
|
'Author' =>
|
||||||
[
|
[
|
||||||
'sinn3r',
|
'sinn3r',
|
||||||
'Sean Verity <veritysr1980[at]gmail.com'
|
'Sean Verity <veritysr1980[at]gmail.com>'
|
||||||
],
|
],
|
||||||
'DefaultOptions' =>
|
'DefaultOptions' =>
|
||||||
{
|
{
|
||||||
|
|
|
@ -36,7 +36,7 @@ class Metasploit3 < Msf::Exploit::Remote
|
||||||
|
|
||||||
'Author' => [
|
'Author' => [
|
||||||
'Royce @R3dy__ Davis <rdavis[at]accuvant.com>', # PSExec command module
|
'Royce @R3dy__ Davis <rdavis[at]accuvant.com>', # PSExec command module
|
||||||
'RageLtMan <rageltman[at]sempervictus' # PSH exploit, libs, encoders
|
'RageLtMan <rageltman[at]sempervictus>' # PSH exploit, libs, encoders
|
||||||
],
|
],
|
||||||
'License' => MSF_LICENSE,
|
'License' => MSF_LICENSE,
|
||||||
'Privileged' => true,
|
'Privileged' => true,
|
||||||
|
|
|
@ -19,7 +19,7 @@ class Metasploit3 < Msf::Post
|
||||||
'Author' => [
|
'Author' => [
|
||||||
'Alberto Garcia Illera <agarciaillera[at]gmail.com>', # original module and research
|
'Alberto Garcia Illera <agarciaillera[at]gmail.com>', # original module and research
|
||||||
'Martin Vigo <martinvigo[at]gmail.com>', # original module and research
|
'Martin Vigo <martinvigo[at]gmail.com>', # original module and research
|
||||||
'Jon Hart <jon_hart[at]rapid7.com' # module rework and cleanup
|
'Jon Hart <jon_hart[at]rapid7.com>' # module rework and cleanup
|
||||||
],
|
],
|
||||||
'Platform' => %w(linux osx unix win),
|
'Platform' => %w(linux osx unix win),
|
||||||
'References' => [['URL', 'http://www.martinvigo.com/a-look-into-lastpass/']],
|
'References' => [['URL', 'http://www.martinvigo.com/a-look-into-lastpass/']],
|
||||||
|
|
|
@ -20,7 +20,7 @@ class Metasploit3 < Msf::Post
|
||||||
'License' => MSF_LICENSE,
|
'License' => MSF_LICENSE,
|
||||||
'Author' =>
|
'Author' =>
|
||||||
[
|
[
|
||||||
'Wesley Neelen <security[at]forsec.nl', # Metasploit module, @wez3forsec on Twitter
|
'Wesley Neelen <security[at]forsec.nl>', # Metasploit module, @wez3forsec on Twitter
|
||||||
'Matt Nelson' # Original powershell script, @enigma0x3 on Twitter
|
'Matt Nelson' # Original powershell script, @enigma0x3 on Twitter
|
||||||
],
|
],
|
||||||
'References' => [ 'URL', 'https://forsec.nl/2015/02/windows-credentials-phishing-using-metasploit' ],
|
'References' => [ 'URL', 'https://forsec.nl/2015/02/windows-credentials-phishing-using-metasploit' ],
|
||||||
|
|
Loading…
Reference in New Issue