Skip to content

Commit ea6efff

Browse files
Update modules/post/multi/gather/electerm.rb
Co-authored-by: Spencer McIntyre <[email protected]>
1 parent c37b697 commit ea6efff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/post/multi/gather/electerm.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ def parse_json(bookmarks_path)
139139
nedb_data.each_line do |line|
140140
some_result << parse_jsonlines(line)
141141
end
142-
credentials_config_loot_path = store_loot('electerm.creds', 'text/json', session, JSON.pretty_generate(some_result), bookmarks_path)
142+
credentials_config_loot_path = store_loot('host.electerm.creds', 'text/json', session, JSON.pretty_generate(some_result), bookmarks_path)
143143
print_good("electerm electerm.bookmarks.nedb saved to #{credentials_config_loot_path}")
144144
print_status("Finished processing #{bookmarks_path}")
145145
else

0 commit comments

Comments
 (0)