{"id":24579682,"url":"https://github.com/Pixel-Props/sensitive-props","last_synced_at":"2025-10-05T06:31:40.609Z","repository":{"id":257869558,"uuid":"873105121","full_name":"Pixel-Props/sensitive-props","owner":"Pixel-Props","description":"This Magisk module helps you bypass SafetyNet and Play Integrity on rooted Android devices by modifying system properties and applying device-specific fixes. It aims to improve privacy and grant access to apps and features that may be restricted on rooted devices.","archived":false,"fork":false,"pushed_at":"2025-01-20T19:34:18.000Z","size":28,"stargazers_count":52,"open_issues_count":1,"forks_count":7,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-01-20T20:28:00.294Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://www.pling.com/p/2129780/","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Pixel-Props.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-10-15T15:56:09.000Z","updated_at":"2025-01-20T19:34:22.000Z","dependencies_parsed_at":"2025-01-20T20:23:59.010Z","dependency_job_id":"e8cd9200-3761-4003-94a9-279832168563","html_url":"https://github.com/Pixel-Props/sensitive-props","commit_stats":null,"previous_names":["pixel-props/sensitive-props"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Pixel-Props%2Fsensitive-props","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Pixel-Props%2Fsensitive-props/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Pixel-Props%2Fsensitive-props/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Pixel-Props%2Fsensitive-props/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Pixel-Props","download_url":"https://codeload.github.com/Pixel-Props/sensitive-props/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":235370500,"owners_count":18979095,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-01-24T01:00:50.010Z","updated_at":"2025-10-05T06:31:35.320Z","avatar_url":"https://github.com/Pixel-Props.png","language":"Shell","readme":"\n# Sensitive_Props Mod\n\nThis Magisk Module resets sensitive properties to a safe state and tries to bypass SafetyNet / Play Integrity.\n\n## Why this fork exists\n\nThis project is a fork of the original [`sensitive_props`](https://github.com/Magisk-Modules-Alt-Repo/sensitive_props) module, which was a collaborative effort by many developers on GitHub. While the original project seems to be inactive, this fork continues its development with significant changes and improvements, primarily based on the `HuskyDG` base.\n\nThis fork introduces major changes and enhancements, focusing on efficiency, compatibility, and addressing new SafetyNet/Play Integrity challenges. It aims to provide a reliable solution for bypassing restrictions and enhancing privacy on rooted Android devices.\n\n## Features\n\n* **Resets sensitive properties:** Modifies system properties that may trigger SafetyNet or banking app restrictions.\n\n* **Cleans up custom ROM traces:** Removes references to custom ROMs like LineageOS, EvolutionX, crDroid, etc., from system properties.\n\n* **Device-specific fixes:** Addresses fingerprint issues on Realme, Oppo, and OnePlus devices, and fixes Samsung warranty bit.\n\n* **General system adjustments:** Adjusts build properties, boot mode, and cross-region flash settings for better compatibility.\n\n* **SafetyNet/banking app compatibility:** Applies specific tweaks to improve compatibility with SafetyNet and banking apps.\n\n* **Enhanced privacy:** Hides SELinux status and sets appropriate file permissions to protect user privacy.\n\n* **Disables restrictions:** Disables developer options and untrusted touches to prevent potential security risks.\n\n* **Undetectable property deletion:** Utilizes a `hexpatch` method for deleting properties, making it undetectable by SafetyNet. This method was necessary due to limitations in the `magiskboot` applet, and despite requests for improvement, the maintainer ([`topjohnwu on issue 8315`](https://github.com/topjohnwu/Magisk/issues/8315)) opted not to introduce a proper fix.\n\n## Requirements\n\n* Magisk v26.3+ (26302+) or KernelSU or APatch (latest version)\n\n* Android 11+\n\n## Installation\n\n1. Install the module from the Magisk app or KernelSU app.\n\n2. Reboot your device.\n\n## Notes\n\n* This module is not compatible with older versions of Magisk or KernelSU.\n\n* Please uninstall this module before dirty-flashing/updating the ROM.\n\n* This module may not bypass all SafetyNet checks.\n\n## Troubleshooting\n\n* If you encounter any issues, please try rebooting your device.\n\n* If the issue persists, please create an issue on the GitHub repository with detailed information about your device and the problem you are facing.\n\n## Contributing\n\n* Feel free to submit pull requests with bug fixes or new features.\n\n* Please ensure your code follows the existing code style and includes proper documentation.\n\n## Disclaimer\n\n* Use this module at your own risk.\n\n* I am not responsible for any issues caused by this module.\n\n## Download\n\n* **Releases will be available on [Pling](https://www.pling.com/p/2129780/) and changelogs on [Telegram / PixelProps](https://t.me/PixelProps)**\n\n## Credits\n\n* [T3SL4](https://t.me/T3SL4) on [PixelProps](https://t.me/PixelProps) (me, author of this fork)\n\n* HuskyDG (original base)\n\n* [AarifZ](https://t.me/Aarifmonu)\n\n* All contributors to the original `sensitive_props` project\n\n* All contributors to Magisk and KernelSU\n","funding_links":[],"categories":["others","🔐 Root Management"],"sub_categories":["Root Hiding and Play Integrity"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FPixel-Props%2Fsensitive-props","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FPixel-Props%2Fsensitive-props","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FPixel-Props%2Fsensitive-props/lists"}