Projects by popularity

Android file system access hook

5 | 15K

Uploaded by: @FrenchYeti

Observe file system accesses by hooking some java.io.File* classes and methods, libc open/read functions and try to resolve associtation between file descriptor and path. Optionally, it can dumps the data.

Intercept Android APK Crypto Operations

4 | 6K

Uploaded by: @fadeevab

Developers of Android applications usually tend to add additional "protection" (e.g. AES encryption) to their proprietary communication protocols, or to encrypt local files in order to hide some sensitive information. This snippet intercepts Java Crypto API in Android application, prints a symmetric key, algorithm spec, and a plain data right before the final encryption (as well as a cipher data right before the decryption).

NSURL- iOS13

3 | 2K

Uploaded by: @DuffyAPP-IT

This is a simple handler I have created to extract the body and request type (GET/POST) for each request made by the target iOS application. I'm @J_Duffy01 on Twitter if any q's!