bug/bundler_fix
Jon Hart 2014-11-17 08:57:37 -08:00
parent ce73e32673
commit d5afb2b766
1 changed files with 4 additions and 3 deletions

View File

@ -14,12 +14,13 @@ class Metasploit3 < Msf::Post
super(update_info(
info,
'Name' => 'UNIX Gather Remmina Credentials',
'Description' =>
"Post module to obtain credentials saved for RDP and VNC
'Description' => %q(
Post module to obtain credentials saved for RDP and VNC
from Remmina's configuration files. These are
encrypted with 3DES using a 256-bit key generated by
Remmina which is (by design) stored in (relatively)
plain text in a file that must be properly protected.",
plain text in a file that must be properly protected.
),
'License' => MSF_LICENSE,
'Author' => ['Jon Hart <jon_hart[at]rapid7.com>'],
'Platform' => %w(bsd linux osx unix),