Skip to content

Commit 6d2b7e0

Browse files
committed
Use downcase
1 parent fc14178 commit 6d2b7e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ def report_cred(opts)
7676
}
7777

7878
if opts[:type] == :nonreplayable_hash
79-
credential_data[:jtr_format] = 'ODF-AES-opencl'
79+
credential_data[:jtr_format] = 'odf-aes-opencl'
8080
end
8181

8282
credential_data.merge!(service_data)

0 commit comments

Comments
 (0)