Skip to content

Commit

Permalink
Update print statement
Browse files Browse the repository at this point in the history
  • Loading branch information
jheysel-r7 authored Nov 7, 2023
1 parent 87cd4aa commit 7331db4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/post/linux/gather/apache_nifi_credentials.rb
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ def run
flow_json = Zlib.gunzip(read_file(flow_file))

path = store_loot('nifi.flow.json', 'application/json', session, flow_json, 'flow.json', 'nifi flow data')
print_good("Encrypted data saved in: #{path}")
print_good("Original data containing encrypted fields saved in: #{path}")

flow_json = JSON.parse(flow_json)
@flow_json_string = JSON.pretty_generate(flow_json) # so we can save an unencrypted version as well
Expand Down

0 comments on commit 7331db4

Please sign in to comment.