Hook your mobile tests with Frida
Project description
Frida Fusion
Hook your mobile tests with Frida.
[ FRIDA ]—o—( FUSION )—o—[ MOBILE TESTS ] // v0.1.0
> hook your mobile tests with Frida
optional arguments:
-h, --help show this help message and exit
Device selector:
-D [ID], --device [ID] Connect to device with the given ID
-U, --usb Connect to USB device
-R, --remote Connect to remote frida-server
-H [HOST], --host [HOST] Connect to remote frida-server on HOS
Application selector:
-f [APP ID], --package [APP ID] Spawn application ID
-p [PID], --attach-pid [PID] Spawn application ID
General Setting:
-s [path], --script-path [path] JS File path or directory with Frida script
--delay-injection Delay script injection
--show-time Display time
-o [output file] Save output to disk (default: none)
-l [level], --min-level [level] Minimum log level to be displayed (V,D,I,W,E,F) (default: I)
Modules:
--list-modules List available modules
-m ENABLED_MODULES, --module ENABLED_MODULES Enabled module by name. You can specify multiple values repeating the flag.
Install
pip3 install frida-fusion
Module engine
You can check available modules with frida-fusion --list-modules command.
frida-fusion --list-modules
[ FRIDA ]—o—( FUSION )—o—[ MOBILE TESTS ] // v0.1.4
> hook your mobile tests with Frida
Available modules
Module Name : Description
Crypto : Hook cryptography/hashing functions
External modules
You can develop or download community modules and load into frida-fusion.
To pass to the Frida Fusion the external module path you can use the environment variable FUSION_MODULES with the full path of modules
At linux:
export FUSION_MODULES=/tmp/modules
# List all modules
frida-fusion --list-modules
# Using available module
frida-fusion -f [app_id] -U --script-path . -m [module_name]
At windows:
$env:FUSION_MODULES = "C:\extra_mods"
# List all modules
frida-fusion --list-modules
# Using available module
frida-fusion -f [app_id] -U --script-path . -m [module_name]
Community modules
You can also use one of community developed modules
cd /tmp/
git clone https://github.com/helviojunior/frida-fusion-community-modules
export FUSION_MODULES=/tmp/frida-fusion-community-modules
# List all modules
frida-fusion --list-modules
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
frida-fusion-0.1.5.tar.gz
(29.6 kB
view details)
File details
Details for the file frida-fusion-0.1.5.tar.gz.
File metadata
- Download URL: frida-fusion-0.1.5.tar.gz
- Upload date:
- Size: 29.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6e32c724b2b9ca1794189d578d582bdbc04c2ae41d8e5d8d17136eeffa2c7f6d
|
|
| MD5 |
c1561c7a1c716e247bb9db22ac72bb09
|
|
| BLAKE2b-256 |
823dc6baec4abb0d3d41505b421394a437619cafd0c5d1879c56abc2694bce11
|