File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
# lambda-persistency-poc
2
2
See [ Twistlock Labs] ( https://www.twistlock.com/labs-blog/gaining-persistency-vulnerable-lambdas/ ) for more info.
3
3
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.
5
5
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.
7
7
8
8
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
You can’t perform that action at this time.
0 commit comments