From 56127af4f95e542f665e42b5f0c9f2114f9aa6b0 Mon Sep 17 00:00:00 2001 From: Kenneth Endfinger Date: Sat, 12 Oct 2019 22:16:37 -0500 Subject: [PATCH] Actually mention the Frida Python script. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 54ff38a..8538c01 100644 --- a/README.md +++ b/README.md @@ -40,6 +40,6 @@ The `tools/frida-ssl-pin.js` file is a Frida script that can attach to any macOS for many other use cases. If anyone else uses it, I'd love to hear about how it was used (I'm a super huge nerd and am quite interested in reverse engineering). Note that SIP will need to be disabled in order to correctly use it. -I also have a modified Frida Python script which targets `AssetCache` directly. +I also have a modified Frida Python script which targets `launchd` to inject the SSL pinning and verification disable script. Since `AssetCache` is spawned by launchd, you can attach Frida to launchd, and wait -spawn `AssetCache` via the service. +spawn `AssetCache` via the service. The script is located at: `tools/frida-ssl-pin-target.py`, just do `pip3 install frida frida-tools` and run the script.