Skip to content

Conversation

riyadmondol2006
Copy link
Contributor

This pull request adds a new script: android/root_detection_bypass.js, sourced from:
https://github.com/riyadmondol2006/Android-Root-Detection-Bypass---Frida-Script.git

The script disables various root detection mechanisms commonly found in Android apps. It includes both native and Java-level hooks to block file access, command execution, system property inspection, and package lookups associated with root detection.

It improves compatibility when intercepting apps that implement advanced root detection logic. A corresponding documentation entry has also been added to match the existing format in the repository.

This enhances the overall usefulness of the toolkit for dynamic analysis and TLS interception in rooted environments.

@CLAassistant
Copy link

CLAassistant commented Jun 13, 2025

CLA assistant check
All committers have signed the CLA.

@pimterry pimterry merged commit b4f9c27 into httptoolkit:main Jun 20, 2025
3 of 4 checks passed
@pimterry
Copy link
Member

Great stuff, thanks @riyadmondol2006! I've added a few tweaks here you might find interesting - most notably it now tries to match the device's existing fingerprint if possible, rather than always replacing it with a fixed value (which won't match the OS version etc, and might be detected eventually). Now merged 😄. This'll be enabled by default in the next version of HTTP Toolkit's automatic Frida interception! Coming some time next week I hope.

@riyadmondol2006
Copy link
Contributor Author

riyadmondol2006 commented Jun 21, 2025 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants