File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
modules/exploits/linux/smtp Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ def initialize(info = {})
20
20
super ( update_info ( info ,
21
21
'Name' => 'Exim And Dovecot Insecure Configuration Command Injection' ,
22
22
'Description' => %q{
23
- This module exploits a commnad injection vulnerability when using together
23
+ This module exploits a command injection vulnerability when using together
24
24
Exim and Dovecot with the use_shell option on the Exim configuration. This module
25
25
uses the sender address to inject the arbitrary commands, since is one of the
26
26
user-controlled variables used by default on example vulnerable configurations. The
@@ -49,7 +49,7 @@ module has been tested successfully on Debian Squeeze by using the default exim4
49
49
} ,
50
50
'Targets' =>
51
51
[
52
- [ 'Automatic ' , { } ] ,
52
+ [ 'Linux x86 ' , { } ] ,
53
53
] ,
54
54
'DisclosureDate' => 'May 03 2013' ,
55
55
'DefaultTarget' => 0 ) )
You can’t perform that action at this time.
0 commit comments