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