1
mirror of https://github.com/rapid7/metasploit-framework synced 2024-10-29 18:07:27 +01:00

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

View File

@ -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