This repository contains several scripts that implement Frida for multiple purposes.
A small collection of programs that use frida in very simple ways.
It consist of two scripts, they look for a number or string in a process and replace it with whatever the user wants. Works for Windows, linux, Android and IOS.
Most of the scripts on this folder are a work in progress. PRs are welcome.
Shows which URLs are accessed by the app using new URL('https://www.foo.com')
.
This script can be use for bypassing certificate-pinning and force an app to use a user-supplied SSL certificate. Once this is done, it should be possible to proxy all the app's traffic.
code by: WooyunDota
A simple script that shows what classes are imported by the app.
A program that shows GET and POST requests and their responses.
code by: Keith
A collection of scripts that facilitates information gathering.
code by: poxyran