Skip to content

Commit 9b0c5df

Browse files
committed
Minor fix
1 parent fa502c9 commit 9b0c5df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ def run
6565
credential_data = {
6666
origin_type: :session,
6767
session_id: session_db_id,
68-
post_reference_name: self.fullname,
68+
post_reference_name: self.refname,
6969
private_type: :ntlm_hash,
7070
private_data: hash.lanman + ":" + hash.ntlm,
7171
username: hash.user_name,

0 commit comments

Comments
 (0)