Skip to content

Commit 0f6b72d

Browse files
committed
Final touchup
1 parent 919d6da commit 0f6b72d

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

modules/post/windows/gather/credentials/spark_im.rb

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,16 @@ class Metasploit3 < Msf::Post
1919
def initialize(info={})
2020
super(update_info(info,
2121
'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.
2526
},
2627
'License' => MSF_LICENSE,
2728
'Author' =>
2829
[
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>'
3132
],
3233
'SessionTypes' => [ 'meterpreter' ],
3334
'References' =>
@@ -120,4 +121,4 @@ def run
120121
end
121122
end
122123
end
123-
end
124+
end

0 commit comments

Comments
 (0)