Projects by popularity

strwrt

0 | 128

Uploaded by: @abduxg

A script that writes strings generated at runtime to the terminal, along with the class from which they are called. It can help identify cryptographic keys and analyze meaningful data within obfusticated code.

bypassRootAndSSLPinning

0 | 1K

Uploaded by: @paragbagul111

This project involved bypassing root detection and SSL pinning in a mobile application. I combined two separate scripts, sourced from GitHub—one for bypassing root detection and the other for bypassing SSL pinning—into a single solution, allowing me to bypass both security mechanisms simultaneously.

hide from isEmulator hasBusyBox rooted

0 | 1K

Uploaded by: @sosacrazy126

added a new feature to check if the device is an emulator (isEmulator) and another feature to check if BusyBox is installed (hasBusyBox). Additionally, I added a new method (logInfo) to log information. Make sure to replace the placeholder logic with actual implementation details based on your needs. Adjust the logic in isEmulator and hasBusyBox to perform accurate detection.