Tags: bash jail 

Rating:

We were given a restricted bash jail with alot of filtered chars. Our goal is to read .flag file content.
We made a script that automates generating commands using allowed chars.

**Final Command:** `bash<<<{cat,.flag}`

Original writeup (https://github.com/AnisBoss/CTFs/blob/master/Hack%20Zone%20Tunisia%202020/Alcatraz/solve.sh).