CTF
[TFC CTF 2022] DEEPLINKS
skyepodium
2022. 7. 31. 20:13
1. 개요
ios 딥링크 문제
2. 분석
딥링크란 앱의 특정 페이지로 이동시킬 수 있는 링크입니다.
유니버셜 링크는 ios 전용 딥링크입니다.
상위 도메인으로 apple-app-site-association를 가집니다.
다음 링크로 들어갔을때 플래그를 받을 수 있었습니다.
http://01.linux.challenges.ctf.thefewchosen.com:49175/apple-app-site-association
{
"applinks": {
"apps": [],
"details": [
{
"appID": "ABCDEFGHIJ.com.example.example",
"paths": ["TFCCTF{4ppl3_4pp_51t3_4550c14t10n}"]
}
]
}
}