CSICTF - By Computer Society of VIT is one of the finest CTFs hosted by India.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
rishitsaiya 783e212ca7 Added Linux Challenges 4 years ago
..
Flag.png Added Linux Challenges 4 years ago
README.md Added Linux Challenges 4 years ago
ls.png Added Linux Challenges 4 years ago

README.md

AKA

The main idea finding the flag is using base64 command.

Step-1:

When we run nc chall.csivit.com 30611, we are pwned into a shell. I tried some basic commands like ls to find flag, but it is blocked.

Step-2:

So I tried base64 flag.txt | base64 -d, and luckily worked.

Voila! We have our flag.

Step-2:

Finally the flag becomes: csictf{1_4m_cl4rk3_k3nt}