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
Was this helpful?
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
Was this helpful?