find-ios-app-by-display-name
1 | 5K
Uploaded by: @dki
Look up the location of an iOS app on the device using the name displayed under the icon.
Look up the location of an iOS app on the device using the name displayed under the icon.
Keep an eye on newly created objects in GNOME applications
Totally inefficient, client-side toy parser for Stalker events. It's mostly useful for exploring and debugging the Stalker.
Boilerplate for a CLI tool using frida-python
Display some info about hashing routine called on Android application
Check for interesting string comparison
Keep MobileSubstrate from injecting an iOS app (to be used with -f to take advantage of early instrumentation)
Disables jailbreak detection in the Vipps app
A Hack To Hack Google They Don't Know About
This Frida script combines two runtime instrumentation techniques into a single payload for Android dynamic analysis. The first section installs an anti-root bypass that hooks Java APIs (PackageManager, File, Runtime.exec, SystemProperties, BufferedReader, ProcessBuilder) and native libc functions (fopen, system) to spoof or suppress indicators that detection routines look for, such as Magisk/SuperSu packages, su/busybox binaries, test-keys build tags, and getprop/mount/build.prop reads. The second section disables Flutter's TLS pinning by scanning the loaded Flutter library's executable memory for byte-pattern signatures of ssl_verify_peer_cert across multiple architectures (arm64, arm, x64, x86) and replacing the matched function with a NativeCallback that unconditionally returns 0. Together these bypasses let an analyst run a hardened Flutter app on a rooted device while transparently intercepting its HTTPS traffic through a proxy without triggering root detection or certificate validation failures. Install super proxy vpn app inside the emulator configure http proxy the run the script. check burp you will be able to see the burp requests.
Bypasses included: - Core Java SSLContext re-pinning - X509TrustManager (checkServerTrusted) - OkHttp3 CertificatePinner - TrustKit (DataTheorem) - Conscrypt (Google's TLS provider used in modern Android) - WebViewClient SSL error bypass - Apache HttpClient (legacy apps)
A Frida-based exploit script designed to bypass Android's local encryption layers. It automates the extraction of sensitive OAuth tokens and secrets by hijacking the MasterKey context, exposing vulnerabilities in data-at-rest protection.
Description: This Frida script bypasses Google Play protection mechanisms in Android applications, including installer verification, Play Integrity checks, and forced redirection to the Play Store. It prevents application termination by hooking methods such as Activity.finish(), System.exit(), and Process.killProcess(). The script also includes root and emulator detection bypass techniques along with WebView monitoring to support dynamic analysis during mobile application penetration testing. Created by Rohit Sharma | LinkedIn: https://www.linkedin.com/in/r0x5r/
test
the bypass specifically works for kony apps which has a pop up error. com.konylabs.api.ui.u
Bypass+log+zoom