Projects by popularity

Android Biometric Bypass

0 | 272

Uploaded by: @GovindPalakkal

This script hooks into Android's biometric authentication methods to bypass authentication by triggering a success callback with a mock authentication result. It supports both BiometricPrompt and FingerprintManager classes for seamless bypass across various Android version

force enable strictmode

0 | 670

Uploaded by: @dvdface

force enable strictmode for specified application in android, use this feature to check app's strictmode violation. if registerClass failed, setenforce 0.

libcurl proxy enabler

0 | 1K

Uploaded by: @TwizzyIndy

CURL is using it's own proxy. So, it will be difficult to intercept HTTP(S) calls on Windows using some http proxy tools. I decided to hook the export calls for the target app using frida. Then it was happen.