点击此处获得更好的阅读体验
WriteUp来源
https://dunsp4rce.github.io/csictf-2020/web/2020/07/19/Mr-Rami.html
by INXS_JOY
题目描述
"People who get violent get that way because they can’t communicate."
题目考点
解题思路
It's like an instinct, whenever I see a challenge title related to Mr.Robot series, I check the /robots.txt page. xD Generally robots. txt file is a text file that tells web robots (most often search engines) which pages on your site to crawl. So on visiting the /robots.txt, http://chall.csivit.com:30231/robots.txt we see a path which is disallowed to the web robots.
1 | # Hey there, you're not a robot, yet I see you sniffing through this file. |
We append this disallowed path /fade/to/black
to the challenge url, http://chall.csivit.com:30231/fade/to/black and we get the flag.
Flag
1 | csictf{br0b0t_1s_pr3tty_c00l_1_th1nk} |