Projects by popularity

iOS Walk Spoofer

0 | 359

Uploaded by: @karim-moftah

This Frida script hooks into Apple’s CoreLocation framework to simulate a moving GPS location on iOS apps. It intercepts CLLocationManager methods and continuously delivers fake location updates that appear as if the device is walking randomly within a defined area.

iOS Location Spoofer

0 | 560

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.

IOS nsuserdefaultshook

0 | 1K

Uploaded by: @0tax00

Frida script that intercepts and extracts data from NSUserDefaults by monitoring key-value operations and filtering for authentication tokens, user credentials, and configuration data.