This folder contains solutions for the Jailescaping wargame from Ringzer0.
i opened bash, and then echoed the password to stderr, using >&2
.
bash
cat flag.txt 2>&
Flag:FLAG-U96l4k6m72a051GgE5EN0rA85499172K
here, we redirect the output of </home/level2/flag.txt
into $input, by running this command:
$(</home/level2/flag.txt)
Flag:FLAG-a78i8TFD60z3825292rJ9JK12gIyVI5P
here, we redirect the output of </home/level2/flag.txt
into $input, by running this command:
$(</home/level2/flag.txt)
Flag:FLAG-a78i8TFD60z3825292rJ9JK12gIyVI5P