From 63708f2bbac455af570aa1bf84acb438b52a4219 Mon Sep 17 00:00:00 2001 From: wchen-r7 Date: Tue, 2 Jun 2015 12:27:35 -0500 Subject: [PATCH] Add module_fullname: fullname --- modules/post/windows/gather/credentials/total_commander.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/post/windows/gather/credentials/total_commander.rb b/modules/post/windows/gather/credentials/total_commander.rb index 410c8efc28..2b807176cc 100644 --- a/modules/post/windows/gather/credentials/total_commander.rb +++ b/modules/post/windows/gather/credentials/total_commander.rb @@ -130,6 +130,7 @@ class Metasploit3 < Msf::Post } credential_data = { + module_fullname: fullname, post_reference_name: self.refname, session_id: session_db_id, origin_type: :session,