This repository has been archived by the owner on May 13, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 162
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
5 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,13 @@ | ||
## TrustMeAlready | ||
An Xposed module to disable SSL verification and pinning on Android using the excellent technique provided by [Mattia Vinci](https://techblog.mediaservice.net/2018/11/universal-android-ssl-check-bypass-2/) | ||
An Xposed module to disable SSL verification and pinning on Android using the excellent technique provided by [Mattia Vinci](https://techblog.mediaservice.net/2018/11/universal-android-ssl-check-bypass-2/). The effect is system-wide. | ||
|
||
### Requirements | ||
* An Xposed-compatible hooking system. Some options at time of writing: | ||
* [EdXposed](https://github.com/ElderDrivers/EdXposed) (Android 9) | ||
* ['OG' Xposed](https://forum.xda-developers.com/showthread.php?t=3034811) (Android 5-8) | ||
|
||
### Tested | ||
* Android 9.0, arm64, EdXposed v0.3.0.0_beta3 | ||
* Android 9.0, arm64, EdXposed v0.3.0.0_beta3 | ||
|
||
### Download | ||
This module is available at the [Xposed module repository](https://repo.xposed.info/module/com.virb3.trustmealready) |