Skip to content

Commit 3788c3e

Browse files
authored
Update README.md
1 parent 6105197 commit 3788c3e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
# lambda-persistency-poc
22
See [Twistlock Labs](https://www.twistlock.com/labs-blog/gaining-persistency-vulnerable-lambdas/) for more info.
33

4-
A repository containing two POCs of an attacker gaining persistency on a vulnerable AWS python Lambda.
4+
A repository containing two PoCs of an attacker gaining persistency on a vulnerable AWS python Lambda.
55

6-
Both POCs compromise a Lambda instance by replacing the bootstrap process (the runtime) with a malicious version.
6+
Both PoCs compromise a Lambda instance by replacing the bootstrap process (the Lambda runtime) with a malicious version.
77

88

9-
- **poc** - a POC relying on an RCE that executes code in the context of the vulnerable function
10-
- **exteranl_process_poc** - a POC relying on an RCE that executes code in an external process
9+
- **poc** - a PoC relying on an RCE primitive that executes code in the context of the vulnerable function
10+
- **exteranl_process_poc** - a PoC relying on an RCE primitive that executes code in a child proccess of the vulnerable function

0 commit comments

Comments
 (0)