mirror of
https://github.com/carlospolop/hacktricks
synced 2024-11-14 08:57:55 +00:00
Update ios-universal-links.md
This commit is contained in:
parent
f294af70b1
commit
731d5170e9
1 changed files with 3 additions and 4 deletions
|
@ -93,13 +93,12 @@ func application(_ application: UIApplication,
|
|||
Through **diligent configuration and validation**, developers can ensure that universal links enhance user experience while maintaining security and privacy standards.
|
||||
|
||||
|
||||
|
||||
|
||||
## Tools
|
||||
* [GetUniversal.link](https://getuniversal.link/): simplifies testing and managing universal links for your app. After entering your domain, you can use this tool to verify supported links and use a custom dashboard for triggering and creating test links. It also informs you when Apple will next index your AASA file.
|
||||
|
||||
## References
|
||||
* [https://mas.owasp.org/MASTG/tests/ios/MASVS-PLATFORM/MASTG-TEST-0070/#static-analysis](https://mas.owasp.org/MASTG/tests/ios/MASVS-PLATFORM/MASTG-TEST-0070/#static-analysis)
|
||||
* [https://mobile-security.gitbook.io/mobile-security-testing-guide/ios-testing-guide/0x06h-testing-platform-interaction#testing-object-persistence-mstg-platform-8](https://mobile-security.gitbook.io/mobile-security-testing-guide/ios-testing-guide/0x06h-testing-platform-interaction#testing-object-persistence-mstg-platform-8)
|
||||
* [Universal Link & Apple App Site Association Testing Tool](https://getuniversal.link/)
|
||||
|
||||
|
||||
|
||||
<details>
|
||||
|
|
Loading…
Reference in a new issue