> For the complete documentation index, see [llms.txt](https://sgtdiddlywink.gitbook.io/thm/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://sgtdiddlywink.gitbook.io/thm/machines/easy-machines/pickle-rick/escalation.md).

# Escalation

* After gaining access to the system from payloadallthethings:
* I'm going to start by getting a more interactive terminal with the following:

```
python3 -c 'import pty; pty.spawn("/bin/bash")'
```

* I browsed through the system and found the second ingredient in `/home/rick`:
  * 1 jerry tear
* Well, I spent way too long looking for a way to become root user when it was super easy.
  * `sudo su`
  * Bam. I'm root. Simple as pi
