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