Test mount_cifs_creds on linux meterpreter

bug/bundler_fix
jvazquez-r7 2014-07-09 09:20:30 -05:00
parent 14b218dce5
commit f4c6505351
1 changed files with 10 additions and 10 deletions

View File

@ -11,16 +11,16 @@ class Metasploit3 < Msf::Post
def initialize(info={})
super( update_info( info,
'Name' => 'Linux Gather Saved mount.cifs/mount.smbfs Credentials',
'Description' => %q{
Post Module to obtain credentials saved for mount.cifs/mount.smbfs in
/etc/fstab on a Linux system.
},
'License' => MSF_LICENSE,
'Author' => [ 'Jon Hart <jhart[at]spoofed.org>'],
'Platform' => [ 'linux' ],
'SessionTypes' => [ 'shell' ]
))
'Name' => 'Linux Gather Saved mount.cifs/mount.smbfs Credentials',
'Description' => %q{
Post Module to obtain credentials saved for mount.cifs/mount.smbfs in
/etc/fstab on a Linux system.
},
'License' => MSF_LICENSE,
'Author' => ['Jon Hart <jhart[at]spoofed.org>'],
'Platform' => ['linux'],
'SessionTypes' => ['shell', 'meterpreter']
))
end
def run