Alkatraz

We can't use cat to read the file, so we'll have to find another way.

while read line; do echo $line; done < flag.txt

Last updated