write-ups-challenges-2022-2023/break-from-the-jail/level-1/README.md

29 lines
493 B
Markdown
Raw Normal View History

2022-11-24 21:59:22 +00:00
# Hack the Jail - Part 1
## Text
We somehow got access to this remote system
**INSERT REMOTE IP + PORT HERE**, but we only managed to get access to the "ig" user.
Your task is to get root access and read the flag.
Connect using:
```bash
nc INSERT REMOTE IP + PORT HERE
```
## Extra hints if no solves
* Make me a sandwhich.
(almost gives it away)
* They keep saying I should use visudo, but I don't want to use Vi!
## Files
None
## How to deploy
As described in parent README.