Study/CTF
picoCTF: where are the robots(Web)
Clotilde
2025. 1. 22. 15:23
Problem
hint 1 : What part of the website could tell you where the creator doesn't want you to look?
Solution
1. 문제 사이트 접속
2. flag가 숨겨져 보이지 않으므로 "robots.txt" 유추
3. "robots.txt"에서 "/477ce.html"라는 경로 확인.
4. "/477ce.html"에서 flag 발견.
5. flag: picoCTF{ca1cu1at1ng_Mach1n3s_477ce}
결론
- robots.txt(검색 엔진이 운영중인 검색 로봇이 사이트 및 웹페이지를 수집할 수 있도록 허용하거나 제한하는 국제 표준 설정)에 접근하여 문제 해결