Projects by popularity

iOS Location Spoofer

0 | 186

Uploaded by: @karim-moftah

A Frida script that hijacks -[CLLocation coordinate] and returns spoofed GPS coordinates. It exposes simple movement helpers (right, left, up, down) that move the spoofed position by a configurable distance (default 50 m) and re-install the spoofed coordinate.

JailMonkey-bypass

0 | 2K

Uploaded by: @h4rithd

This script dynamically instruments Android applications using Frida to bypass multiple security layers, including root detection, emulator detection, ADB/debugger checks, and JailMonkey anti-tampering mechanisms.

okhttp-logging

0 | 2K

Uploaded by: @bsxp

This script will add HttpLoggingInterceptor at OkHttpClient, so the HttpLoggingInterceptor will print all requests and responses.