29 lines
493 B
Markdown
29 lines
493 B
Markdown
|
# 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.
|