Skip to content

Commit 68d465f

Browse files
committed
Add new Flutter script to README & tests
1 parent 3150368 commit 68d465f

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ The scripts can automatically handle:
4141
-l ./android/android-certificate-unpinning.js \
4242
-l ./android/android-certificate-unpinning-fallback.js \
4343
-l ./android/android-disable-root-detection.js \
44+
-l ./android/android-disable-flutter-certificate-pinning.js \
4445
-f $PACKAGE_ID
4546
```
4647
7. Explore, examine & modify all the traffic you're interested in! If you have any problems, please [open an issue](https://github.com/httptoolkit/frida-interception-and-unpinning/issues/new) and help make these scripts even better.
@@ -140,6 +141,10 @@ Each script includes detailed documentation on what it does and how it works in
140141
141142
It blocks suspicious behavior like file existence checks and shell command execution, helping evade detection in apps using both standard and advanced root checks.
142143
144+
* `android-disable-flutter-certificate-pinning.js`
145+
146+
Ensures that Flutter-based applications (which generally ignore the system certificate configuration) trust your CA certificate, even in most cases of explicit certificate pinning.
147+
143148
* `ios/`
144149
145150
* `ios-connect-hook.js`

test/android/test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -274,6 +274,7 @@ describe('Test Android unpinning', function () {
274274
'./android/android-certificate-unpinning.js',
275275
'./android/android-certificate-unpinning-fallback.js',
276276
'./android/android-disable-root-detection.js',
277+
'./android/android-disable-flutter-certificate-pinning.js',
277278
]);
278279
});
279280

0 commit comments

Comments
 (0)