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:
parent
779e3cdcda
commit
cda9166180
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user