Skip to content

Commit f4c6505

Browse files
committed
Test mount_cifs_creds on linux meterpreter
1 parent 14b218d commit f4c6505

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

modules/post/linux/gather/mount_cifs_creds.rb

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,16 @@ class Metasploit3 < Msf::Post
1111

1212
def initialize(info={})
1313
super( update_info( info,
14-
'Name' => 'Linux Gather Saved mount.cifs/mount.smbfs Credentials',
15-
'Description' => %q{
16-
Post Module to obtain credentials saved for mount.cifs/mount.smbfs in
17-
/etc/fstab on a Linux system.
18-
},
19-
'License' => MSF_LICENSE,
20-
'Author' => [ 'Jon Hart <jhart[at]spoofed.org>'],
21-
'Platform' => [ 'linux' ],
22-
'SessionTypes' => [ 'shell' ]
23-
))
14+
'Name' => 'Linux Gather Saved mount.cifs/mount.smbfs Credentials',
15+
'Description' => %q{
16+
Post Module to obtain credentials saved for mount.cifs/mount.smbfs in
17+
/etc/fstab on a Linux system.
18+
},
19+
'License' => MSF_LICENSE,
20+
'Author' => ['Jon Hart <jhart[at]spoofed.org>'],
21+
'Platform' => ['linux'],
22+
'SessionTypes' => ['shell', 'meterpreter']
23+
))
2424
end
2525

2626
def run

0 commit comments

Comments
 (0)