Skip to content

Commit a8983c8

Browse files
committed
Updated links and authors
1 parent afe801b commit a8983c8

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

modules/exploits/unix/smtp/qmail_bash_env_exec.rb

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,9 @@ def initialize(info={})
2828
},
2929
'Author' =>
3030
[
31-
'Mario Ledo',
32-
'Gabriel Follon'
31+
'Mario Ledo (Metasploit module)',
32+
'Gabriel Follon (Metasploit module)',
33+
'Kyle George (Vulnerability discovery)'
3334
],
3435
'License' => MSF_LICENSE,
3536
'Platform' => ['unix'],
@@ -40,7 +41,8 @@ def initialize(info={})
4041
['CWE', '94'],
4142
['OSVDB', '112004'],
4243
['EDB', '34765'],
43-
['URL', 'http://seclists.org/oss-sec/2014/q3/649']
44+
['URL', 'http://seclists.org/oss-sec/2014/q3/649'],
45+
['URL', 'https://lists.gt.net/qmail/users/138578']
4446
],
4547
'Payload' =>
4648
{

0 commit comments

Comments
 (0)