Skip to content

Commit d564a85

Browse files
committed
Fix jtr_format
1 parent f493624 commit d564a85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/auxiliary/scanner/ipmi/ipmi_dumphashes.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -260,7 +260,7 @@ def report_hash(user, hash)
260260
origin_type: :service,
261261
private_data: hash,
262262
private_type: :nonreplayable_hash,
263-
jtr_format: 'rakp_hmac_sha1_hash',
263+
jtr_format: 'rakp',
264264
username: user,
265265
}.merge(service_data)
266266

0 commit comments

Comments
 (0)