We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent afe801b commit a8983c8Copy full SHA for a8983c8
modules/exploits/unix/smtp/qmail_bash_env_exec.rb
@@ -28,8 +28,9 @@ def initialize(info={})
28
},
29
'Author' =>
30
[
31
- 'Mario Ledo',
32
- 'Gabriel Follon'
+ 'Mario Ledo (Metasploit module)',
+ 'Gabriel Follon (Metasploit module)',
33
+ 'Kyle George (Vulnerability discovery)'
34
],
35
'License' => MSF_LICENSE,
36
'Platform' => ['unix'],
@@ -40,7 +41,8 @@ def initialize(info={})
40
41
['CWE', '94'],
42
['OSVDB', '112004'],
43
['EDB', '34765'],
- ['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']
46
47
'Payload' =>
48
{
0 commit comments