Suppose the commands cat flag can read the flag but both strings cat and flag are blacklisted.
cat flag
cat
flag
a=c;b=at;c=fl;d=ag;$a$b ${c}${d}
cat fl*
Last updated 3 years ago