Rating:

Images on original post: [https://lawfulwaffle.com/2020/07/22/csictf-writeups/#aka](http://)

The title of this challenge immediately makes me think it had to with a shell alias. Sure enough, when I log in and try to ls , cd, pwd, this damn cow mocks me:

An ascii cow saying "Don't look at me, I'm just here to say moo."

They must be setting shell aliases on common commands. Looking up how to bypass an alias brings me to this page.
command ls shows the directory contents, including flag.txt.
command cat flag.txt shows the flag

Bonus: You can find the aliases set by typing alias
aliases set on shell

No captcha required for preview. Please, do not write just a link to original writeup here.

Original writeup (https://lawfulwaffle.com/2020/07/22/csictf-writeups/#aka).