Translated ['src/README.md', 'src/banners/hacktricks-training.md', 'src/

This commit is contained in:
Translator
2024-12-31 20:18:58 +00:00
parent 820dd99aed
commit 931ae54e5f
245 changed files with 9984 additions and 12710 deletions

View File

@@ -1,25 +1,21 @@
# AWS - Step Functions Persistence
# AWS - Persistenza delle Funzioni Step
{{#include ../../../banners/hacktricks-training.md}}
## Step Functions
## Funzioni Step
For more information check:
Per ulteriori informazioni controlla:
{{#ref}}
../aws-services/aws-stepfunctions-enum.md
{{#endref}}
### Step function Backdooring
### Backdooring delle funzioni step
Backdoor a step function to make it perform any persistence trick so every time it's executed it will run your malicious steps.
Backdoor una funzione step per farla eseguire qualsiasi trucco di persistenza in modo che ogni volta che viene eseguita, eseguirà i tuoi passaggi malevoli.
### Backdooring aliases
### Backdooring degli alias
If the AWS account is using aliases to call step functions it would be possible to modify an alias to use a new backdoored version of the step function.
Se l'account AWS utilizza alias per chiamare le funzioni step, sarebbe possibile modificare un alias per utilizzare una nuova versione backdoor della funzione step.
{{#include ../../../banners/hacktricks-training.md}}