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
parent
cdaa2a8c43
commit
3416a24dda
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue