Skip to content

Commit 43229c1

Browse files
committed
Correct some authors with unbalanced angle brackets
1 parent f34bf54 commit 43229c1

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

modules/auxiliary/scanner/http/cisco_ssl_vpn_priv_esc.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ def initialize(info = {})
2121
'Author' =>
2222
[
2323
'jclaudius <jclaudius[at]trustwave.com>',
24-
'lguay <laura.r.guay[at]gmail.com'
24+
'lguay <laura.r.guay[at]gmail.com>'
2525
],
2626
'License' => MSF_LICENSE,
2727
'References' =>

modules/auxiliary/scanner/quake/server_info.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ def initialize(info = {})
2020
This module uses the getstatus or getinfo request to obtain
2121
information from a Quakeserver.
2222
),
23-
'Author' => 'Jon Hart <jon_hart[at]rapid7.com',
23+
'Author' => 'Jon Hart <jon_hart[at]rapid7.com>',
2424
'References' =>
2525
[
2626
['URL', 'ftp://ftp.idsoftware.com/idstuff/quake3/docs/server.txt']

modules/exploits/windows/http/kaseya_uploadimage_file_upload.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ def initialize(info = {})
2323
},
2424
'Author' =>
2525
[
26-
'Thomas Hibbert <[email protected]' # Vulnerability discovery and MSF module
26+
'Thomas Hibbert <[email protected]>' # Vulnerability discovery and MSF module
2727
],
2828
'License' => MSF_LICENSE,
2929
'References' =>

modules/exploits/windows/mysql/mysql_start_up.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ def initialize(info = {})
2424
'Author' =>
2525
[
2626
'sinn3r',
27-
'Sean Verity <veritysr1980[at]gmail.com'
27+
'Sean Verity <veritysr1980[at]gmail.com>'
2828
],
2929
'DefaultOptions' =>
3030
{

modules/exploits/windows/smb/psexec_psh.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ def initialize(info = {})
3636

3737
'Author' => [
3838
'Royce @R3dy__ Davis <rdavis[at]accuvant.com>', # PSExec command module
39-
'RageLtMan <rageltman[at]sempervictus' # PSH exploit, libs, encoders
39+
'RageLtMan <rageltman[at]sempervictus>' # PSH exploit, libs, encoders
4040
],
4141
'License' => MSF_LICENSE,
4242
'Privileged' => true,

modules/post/multi/gather/lastpass_creds.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ def initialize(info = {})
1919
'Author' => [
2020
'Alberto Garcia Illera <agarciaillera[at]gmail.com>', # original module and research
2121
'Martin Vigo <martinvigo[at]gmail.com>', # original module and research
22-
'Jon Hart <jon_hart[at]rapid7.com' # module rework and cleanup
22+
'Jon Hart <jon_hart[at]rapid7.com>' # module rework and cleanup
2323
],
2424
'Platform' => %w(linux osx unix win),
2525
'References' => [['URL', 'http://www.martinvigo.com/a-look-into-lastpass/']],

modules/post/windows/gather/phish_windows_credentials.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ def initialize(info={})
2020
'License' => MSF_LICENSE,
2121
'Author' =>
2222
[
23-
'Wesley Neelen <security[at]forsec.nl', # Metasploit module, @wez3forsec on Twitter
23+
'Wesley Neelen <security[at]forsec.nl>', # Metasploit module, @wez3forsec on Twitter
2424
'Matt Nelson' # Original powershell script, @enigma0x3 on Twitter
2525
],
2626
'References' => [ 'URL', 'https://forsec.nl/2015/02/windows-credentials-phishing-using-metasploit' ],

0 commit comments

Comments
 (0)