Skip to content

Commit

Permalink
Update two leftover links to the old Frida scripts repo
Browse files Browse the repository at this point in the history
  • Loading branch information
pimterry committed Oct 25, 2023
1 parent c4a0e45 commit 9547008
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/posts/frida-mobile-interception-funding.md
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ Java.perform(function () {
});
```

_(Examples from [github.com/iddoeldor/frida-snippets](https://github.com/iddoeldor/frida-snippets) and [github.com/httptoolkit/frida-android-unpinning/](https://github.com/httptoolkit/frida-android-unpinning/))_
_(Examples from [github.com/iddoeldor/frida-snippets](https://github.com/iddoeldor/frida-snippets) and [github.com/httptoolkit/frida-interception-and-unpinning/](https://github.com/httptoolkit/frida-interception-and-unpinning/tree/4d477da))_

This is just a quick intro to the power of Frida. Take a look through the [full docs](https://frida.re/docs/home/) or one of the [many guides](https://learnfrida.info/) for more. Using this, we can make arbitrary changes to how a target application works. Neat! But why?

Expand Down Expand Up @@ -138,7 +138,7 @@ En route this is going to involve creating quite a few standalone components, al
* A Frida script to reconfigure proxy & CA configuration in a target iOS app
* A Frida script to reconfigure proxy & CA configuration in a target Android app
* A Frida script to disable certificate pinning in a target iOS app
* ~~A Frida script to disable certificate pinning in a target Android app~~ (I've already built this: https://github.com/httptoolkit/frida-android-unpinning/)
* ~~A Frida script to disable certificate pinning in a target Android app~~ (I've already built this: https://github.com/httptoolkit/frida-interception-and-unpinning/)

_Everything_ in this project will be fully open-source (this is a requirement of the funding, but HTTP Toolkit is 100% open-source anyway) and so in addition to those general-use components, the details of the integration into HTTP Toolkit will be available for any other tools or services interested in further exploring the same kinds of workflows too (and I've already been talking to [one of the other funded projects](https://nlnet.nl/project/TrackingWeasel/) about exactly this).

Expand Down

0 comments on commit 9547008

Please sign in to comment.