Skip to content

iOS Universal Links

mobile ios

iOS Universal Links mobil saldırı notudur. Statik bulguyu dinamik bypass ve IPC/deeplink ile birleştir.

  1. Paketi al; izin, exported bileşen ve backup bayraklarını çıkar.

  2. Statik (jadx/class-dump) ile secret ve yüzey haritala.

  3. Frida/Objection ile pinning/root/biometric bypass uygula.

  4. IPC, depolama ve backend token suistimalini kanıtla.

Terminal window
ideviceinstaller -l
Terminal window
unzip app.ipa -d ipa_out
Terminal window
codesign -dv --verbose=4 Payload/*.app 2>&1 | head
Terminal window
jtool2 --ent Payload/*.app/* 2>/dev/null | head
Terminal window
frida -U -f com.target.app -l bypass.js --no-pause
Terminal window
objection -g com.target.app explore
ios sslpinning disable
ios keychain dump
Terminal window
adb shell dumpsys package com.target.app | rg -A2 Activity
Terminal window
adb shell am start -a android.intent.action.VIEW -d 'myapp://reset?token=1'
task affinity hijack / tapjacking / WebView JS bridge
Terminal window
adb shell "su -c 'ls /data/data/com.target.app/shared_prefs'"
Terminal window
sqlite3 app.db .dump | head
Terminal window
curl -sk https://API/user/me -H "Authorization: Bearer TOKEN"
[ ] fingerprint / profil alındı
[ ] primitif veya erişim doğrulandı
[ ] PoC etkiyi gösterdi
[ ] kanıt paketlendi
[ ] sonraki pivot not edildi