첫화면엔 이렇게 뜹니다;; 일단 f12를 눌러 관리자도구를 열었더니
파일들이 있습니다 문제가 그렇듯 webpack에 들어가 줘야 하는것 같았습니다.
src에 들어가줬더니 뭔가 4가지 파일이있었습니다 둘러 보다보니
// Did you know that comment are readable by the end user ?
// Well, this because I build the application with the source maps enabled !!!
// So please, disable source map when you build for production
// Here is your flag : BecauseSourceMapsAreGreatForDebuggingButNotForProduction
맨밑에 flag가 써있었습니다 답은 BecauseSourceMapsAreGreatForDebuggingButNotForProduction
입니다 이번문제는 파일들어가는 경로만 알면 쉽게 풀수있었습니다
'root-me-client' 카테고리의 다른 글
root-me web-client 10번 문제 풀이(XSS - Stored1) (0) | 2021.10.01 |
---|---|
root-me web-client 9번 문제 풀이(Obfuscation 3) (0) | 2021.09.27 |
root-me web-client 7번 문제 풀이(Native code) (2) | 2021.09.24 |
root-me web-client 6번 문제 풀이(Obfuscation 2) (0) | 2021.09.23 |
root-me web-client 5번 문제 풀이(Obfuscation 1) (0) | 2021.09.23 |