Avishai's CTF Writeups

...

View on GitHub

← Back to ringzer0

This folder contains solutions for the Jailescaping wargame from Ringzer0.

Levels
Jail1

i opened bash, and then echoed the password to stderr, using >&2.

bash
cat flag.txt 2>&

jail 1

Flag:FLAG-U96l4k6m72a051GgE5EN0rA85499172K

Next Level Writeup

Jail2

here, we redirect the output of </home/level2/flag.txt into $input, by running this command: $(</home/level2/flag.txt)

jail 1

Flag:FLAG-a78i8TFD60z3825292rJ9JK12gIyVI5P

Next Level Writeup

Jail3

here, we redirect the output of </home/level2/flag.txt into $input, by running this command: $(</home/level2/flag.txt)

jail 1

Flag:FLAG-a78i8TFD60z3825292rJ9JK12gIyVI5P

Next Level Writeup