File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
modules/exploits/linux/smtp Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -18,13 +18,13 @@ class Metasploit3 < Msf::Exploit::Remote
18
18
19
19
def initialize ( info = { } )
20
20
super ( update_info ( info ,
21
- 'Name' => 'Exim And Dovecot Insecure Configuration Command Injection' ,
21
+ 'Name' => 'Exim and Dovecot Insecure Configuration Command Injection' ,
22
22
'Description' => %q{
23
- This module exploits a command injection vulnerability against Exim with the
24
- Dovecot component with the "use_shell" option. It uses the sender's address to
25
- inject arbitary commands since this is one of the user-controlled variables, which
26
- has been successfully tested on Debian Squeeze using the default Exim4 with
27
- dovecot-common packages.
23
+ This module exploits a command injection vulnerability against Dovecot with
24
+ Exim using the "use_shell" option. It uses the sender's address to inject arbitary
25
+ commands since this is one of the user-controlled variables, which has been
26
+ successfully tested on Debian Squeeze using the default Exim4 with dovecot-common
27
+ packages.
28
28
} ,
29
29
'Author' =>
30
30
[
You can’t perform that action at this time.
0 commit comments