From 7fe8eedcd17ebdd785288fdf4e5efbf9baef7043 Mon Sep 17 00:00:00 2001 From: iddoeldor Date: Tue, 29 Jan 2019 15:23:31 +0200 Subject: [PATCH] add post about fuzzing universal links (intent link) --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6f0cdc7..535e259 100644 --- a/README.md +++ b/README.md @@ -1284,7 +1284,10 @@ TODO - Add links to /scripts - Extend universal SSL unpinning for [ios](https://codeshare.frida.re/@dki/ios10-ssl-bypass/) [andoid 1](https://github.com/Fuzion24/JustTrustMe/blob/master/app/src/main/java/just/trust/me/Main.java) [android 2](https://codeshare.frida.re/@pcipolloni/universal-android-ssl-pinning-bypass-with-frida/) -- References overview: +- Blog posts: +* [Fuzzing Universal links iOS](#https://grepharder.github.io/blog/0x03_learning_about_universal_links_and_fuzzing_url_schemes_on_ios_with_frida.html) + +- References: * https://github.com/mwrlabs/needle/blob/master/needle/modules/hooking/frida/script_touch-id-bypass.py * https://github.com/as0ler/frida-scripts/blob/master/NSFileManager_Hooker.py * https://techblog.mediaservice.net/2017/09/tracing-arbitrary-methods-and-function-calls-on-android-and-ios/