We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1794e9 commit 6508964Copy full SHA for 6508964
modules/post/windows/gather/credentials/bulletproof_ftp.rb
@@ -303,6 +303,18 @@ def run
303
304
print_line("\n" + results + "\n")
305
306
+ if not @credentials.rows.empty?
307
+ p = store_loot(
308
+ 'bulletproof.creds',
309
+ 'text/plain',
310
+ session,
311
+ @credentials.to_csv,
312
+ 'bulletproof.creds.csv',
313
+ 'BulletProof Credentials'
314
+ )
315
+ print_status("Data stored in: #{p.to_s}")
316
+ end
317
+
318
end
319
320
0 commit comments