Skip to content

Commit 12e7949

Browse files
msftidy change
1 parent b2cd65e commit 12e7949

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ def initialize(info={})
2323
This module will enumerate passwords stored by the Razer Synapse
2424
client. The encryption key and iv is publicly known. This module
2525
will not only extract encrypted password but will also decrypt
26-
password using public key. Affects version 1.7.15 and earlier.
26+
password using public key. Affects version 1.7.15 and earlier.
2727
},
2828
'License' => MSF_LICENSE,
2929
'Author' =>
@@ -33,7 +33,7 @@ def initialize(info={})
3333
'Brandon McCann "zeknox" <bmccann[at]accuvant.com>'
3434
],
3535
'SessionTypes' => [ 'meterpreter' ],
36-
'Platform' => [ 'win' ],
36+
'Platform' => [ 'win' ],
3737

3838
))
3939
end

0 commit comments

Comments
 (0)