Skip to content

Commit 6a1531d

Browse files
author
Jonathan Claudius
committed
Fix loot name attributes
1 parent d92f94e commit 6a1531d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

modules/post/multi/gather/irssi_creds.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,11 +74,11 @@ def download_passwords(paths)
7474
print_good("Found IRC password(s): #{irc_passwords.join(',')}")
7575

7676
loot_path = store_loot(
77-
'irc.password',
77+
'irc.passwords',
7878
'text/plain',
7979
session,
8080
irc_passwords.join("\n"),
81-
'irc_password.txt',
81+
path,
8282
'IRC Password'
8383
)
8484
print_good("IRC password(s) stored in #{loot_path}")

0 commit comments

Comments
 (0)