GitBook: [#3103] No subject

This commit is contained in:
CPol 2022-04-14 10:52:37 +00:00 committed by gitbook-bot
parent 6b556f0d14
commit 27371867ea
No known key found for this signature in database
GPG Key ID: 07D2180C7B12D0FF
1 changed files with 11 additions and 0 deletions

View File

@ -166,6 +166,17 @@ atlantis apply [options] -- [terraform apply flags]
## Attacks
{% hint style="warning" %}
If during the exploitation you find this **error**: `Error: Error acquiring the state lock`
You can fix it by running:
```
atlantis unlock #You might need to run this in a different PR
atlantis plan -- -lock=false
```
{% endhint %}
### Atlantis plan RCE - Config modification in new PR
If you have write access over a repository you will be able to create a new branch on it and generate a PR. If you can **execute `atlantis plan` ** (or maybe it's automatically executed) **you will be able to RCE inside the Atlantis server**.