Skip to content

Commit f9dbff8

Browse files
committed
Add store path output
1 parent e0d87a8 commit f9dbff8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

modules/auxiliary/gather/wp_ultimate_csv_importer_user_extract.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,7 @@ def run
105105
end
106106
end
107107

108-
store_loot('wordpress.users.export', 'csv', datastore['RHOST'], res.body, 'users_export.csv', 'WordPress User Table Extract')
108+
store_path = store_loot('wordpress.users.export', 'csv', datastore['RHOST'], res.body, 'users_export.csv', 'WordPress User Table Extract')
109+
print_good("#{peer} - CSV saved to #{store_path}")
109110
end
110111
end

0 commit comments

Comments
 (0)