File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed
modules/post/linux/gather Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -11,16 +11,16 @@ class Metasploit3 < Msf::Post
11
11
12
12
def initialize ( info = { } )
13
13
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
+ ) )
24
24
end
25
25
26
26
def run
You can’t perform that action at this time.
0 commit comments