Rating:

shebang1

Shebang Points - 125

This challenge is simple.

- stephencurry396#4738

The task description is not wrong ^^. Simply connect via SSH, cat flag.txt and grep for CYCTF:

ssh shebang1@cyberyoddha.baycyber.net -p1337
/bin/bash
ls -la
cat flag.txt | grep CYCTF

... this will give you: CYCTF{w3ll_1_gu3$$_y0u_kn0w_h0w_t0_gr3p}

Original writeup (https://github.com/B34nB01z/writeups/blob/master/2020/CYCTF/shebang1/README.md).