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(검색 엔진이 운영중인 검색 로봇이 사이트 및 웹페이지를 수집할 수 있도록 허용하거나 제한하는 국제 표준 설정)에 접근하여 문제 해결
'Study > CTF' 카테고리의 다른 글
picoCTF: logon(Web) (0) | 2025.01.22 |
---|---|
picoCTF: Some Assembly Required 1(Web) (0) | 2025.01.22 |
picoCTF: Scavenger Hunt(Web) (0) | 2025.01.22 |
Lord of SQLInjection: goblin (0) | 2025.01.21 |
Lord of SQLInjection: cobolt (0) | 2025.01.21 |