Skip to content

Commit 7331db4

Browse files
authored
Update print statement
1 parent 87cd4aa commit 7331db4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/post/linux/gather/apache_nifi_credentials.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ def run
276276
flow_json = Zlib.gunzip(read_file(flow_file))
277277

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

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

0 commit comments

Comments
 (0)