File tree Expand file tree Collapse file tree 1 file changed +7
-6
lines changed
modules/post/windows/gather/credentials Expand file tree Collapse file tree 1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -19,15 +19,16 @@ class Metasploit3 < Msf::Post
19
19
def initialize ( info = { } )
20
20
super ( update_info ( info ,
21
21
'Name' => 'Windows Gather Spark IM Password Extraction' ,
22
- 'Description' => %q{ This module will enumerate passwords stored by the Spark IM client.
23
- The encryption key is publicly known. This module will not only extract encrypted password
24
- but will also decrypt password using public key.
22
+ 'Description' => %q{
23
+ This module will enumerate passwords stored by the Spark IM client.
24
+ The encryption key is publicly known. This module will not only extract encrypted
25
+ password but will also decrypt password using public key.
25
26
} ,
26
27
'License' => MSF_LICENSE ,
27
28
'Author' =>
28
29
[
29
- 'Brandon McCann "zeknox" <bmccann [at] accuvant.com>' ,
30
- 'Thomas McCarthy "smilingraccoon" <smilingraccoon [at] gmail.com>'
30
+ 'Brandon McCann "zeknox" <bmccann[at]accuvant.com>' ,
31
+ 'Thomas McCarthy "smilingraccoon" <smilingraccoon[at]gmail.com>'
31
32
] ,
32
33
'SessionTypes' => [ 'meterpreter' ] ,
33
34
'References' =>
@@ -120,4 +121,4 @@ def run
120
121
end
121
122
end
122
123
end
123
- end
124
+ end
You can’t perform that action at this time.
0 commit comments