Skip to main content

Command Palette

Search for a command to run...

Connect

Published
1 min readView as Markdown
Y

I am a Security guy, who develops and hacks the application.

CHALLENGE DESCRIPTION:

Screenshot from 2020-12-05 17-36-55.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}

177 views