diff --git a/modules/post/windows/gather/enum_applications.rb b/modules/post/windows/gather/enum_applications.rb index 3fb938557d..4b5eddcbd7 100644 --- a/modules/post/windows/gather/enum_applications.rb +++ b/modules/post/windows/gather/enum_applications.rb @@ -76,7 +76,8 @@ class Metasploit3 < Msf::Post print_line("\n" + results + "\n") - store_loot("host.applications", "text/plain", session, results, "applications.txt", "Installed Applications") + p = store_loot("host.applications", "text/plain", session, results, "applications.txt", "Installed Applications") + print_status("Results stored in: #{p}") end def run