This module should show where store_loot() saves the results

This commit is contained in:
sinn3r 2012-02-20 14:15:55 -06:00
parent 779e3cdcda
commit cda9166180
1 changed files with 2 additions and 1 deletions

View File

@ -76,7 +76,8 @@ class Metasploit3 < Msf::Post
print_line("\n" + results + "\n") 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 end
def run def run