Skip to content

Commit 70668c2

Browse files
committed
Use better loot args
1 parent 3e412a8 commit 70668c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/post/multi/escalate/aws_create_iam_user.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ def run
151151
print_good("AWS console URL https://#{results['AccountId']}.signin.aws.amazon.com/console may be used to access this account")
152152
end
153153

154-
path = store_loot('what', 'text/plain', datastore['RHOST'], results.to_json)
154+
path = store_loot('AWS credentials', 'text/json', session, results.to_json)
155155
print_good("AWS loot stored at: " + path)
156156
end
157157

0 commit comments

Comments
 (0)