Add store path output

bug/bundler_fix
rastating 2015-02-21 23:41:26 +00:00
parent e0d87a8886
commit f9dbff8a6c
1 changed files with 2 additions and 1 deletions

View File

@ -105,6 +105,7 @@ class Metasploit3 < Msf::Auxiliary
end
end
store_loot('wordpress.users.export', 'csv', datastore['RHOST'], res.body, 'users_export.csv', 'WordPress User Table Extract')
store_path = store_loot('wordpress.users.export', 'csv', datastore['RHOST'], res.body, 'users_export.csv', 'WordPress User Table Extract')
print_good("#{peer} - CSV saved to #{store_path}")
end
end