Skip to content

Commit

Permalink
Merge pull request #56 from redskycyber/patch-1
Browse files Browse the repository at this point in the history
Update aws-lambda-privesc.md
  • Loading branch information
carlospolop authored Jun 4, 2024
2 parents 516a653 + ecc31a3 commit 3385fc1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ An attacker with this permission can **grant himself (or others) any permissions
aws lambda add-permission --function-name <func_name> --statement-id asdasd --action '*' --principal arn:<your user arn>

# Invoke the function
aws lambda lambda invoke --function-name <func_name> /tmp/outout
aws lambda invoke --function-name <func_name> /tmp/outout
```
{% endcode %}

Expand Down

0 comments on commit 3385fc1

Please sign in to comment.