Adding vprint_status for loot path

Adding a vprint_status to show users the loot
path as per a comment on the pull request.
bug/bundler_fix
Nicholas Starke 2016-02-14 11:19:20 -06:00
parent cdaa2a8c43
commit 3416a24dda
1 changed files with 1 additions and 0 deletions

View File

@ -121,6 +121,7 @@ class Metasploit3 < Msf::Auxiliary
"text/plain",
ip,
output)
vprint_status("#{ip}:#{rport} - Loot stored at: apache.karaf.command")
else
print_error "#{ip}:#{rport} - Command failed to execute"
end