We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2cd65e commit 12e7949Copy full SHA for 12e7949
modules/post/windows/gather/credentials/razer_synapse.rb
@@ -23,7 +23,7 @@ def initialize(info={})
23
This module will enumerate passwords stored by the Razer Synapse
24
client. The encryption key and iv is publicly known. This module
25
will not only extract encrypted password but will also decrypt
26
- password using public key. Affects version 1.7.15 and earlier.
+ password using public key. Affects version 1.7.15 and earlier.
27
},
28
'License' => MSF_LICENSE,
29
'Author' =>
@@ -33,7 +33,7 @@ def initialize(info={})
33
'Brandon McCann "zeknox" <bmccann[at]accuvant.com>'
34
],
35
'SessionTypes' => [ 'meterpreter' ],
36
- 'Platform' => [ 'win' ],
+ 'Platform' => [ 'win' ],
37
38
))
39
end
0 commit comments