# Connect

# CHALLENGE DESCRIPTION:
![Screenshot from 2020-12-05 17-36-55.png](https://cdn.hashnode.com/res/hashnode/image/upload/v1607170105024/nMGVkZ5ao.png)
1)Connect via netcat

> nc 34.72.218.129 1111

2)You will be prompted with a connection successful message

3)Type ls


> ls

4)It will list all the files

5)open flag.txt file

> cat flag.txt

6)You'll get the flag

> shaktictf{w3lc0me_t0_th3_ar3na_c0mrade}





