https://github.com/anof-cyber/flutter-windows
Flutter Windows Frida Script for SSL Pinning
https://github.com/anof-cyber/flutter-windows
Last synced: 15 days ago
JSON representation
Flutter Windows Frida Script for SSL Pinning
- Host: GitHub
- URL: https://github.com/anof-cyber/flutter-windows
- Owner: Anof-cyber
- License: apache-2.0
- Created: 2024-05-03T06:47:40.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2024-05-05T06:19:00.000Z (12 months ago)
- Last Synced: 2025-03-28T07:51:09.642Z (about 1 month ago)
- Language: C++
- Size: 10 MB
- Stars: 3
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Flutter Windows SSL Pinning Bypass
## Detailed Article
- https://medium.com/@Ano_F_/flutter-windows-thick-client-ssl-pinning-3c1134e9b827
### Frida- https://github.com/Anof-cyber/Flutter-Windows/blob/main/Frida/Flutter-winows-SSL-Disable.js
```bash
frida -l Flutter-winows-SSL-Disable.js app-name.exe
```
Frida Codebase```bash
frida --codeshare Anof-cyber/flutter-windows-ssl-pinning-bypass- -f app.exe
```Demo APP
- With Proxy Support - https://github.com/Anof-cyber/Flutter-Windows/tree/main/win_ssl_httpclient_no_config/build/windows/x64/runner/Release
- Without Proxy Support - https://github.com/Anof-cyber/Flutter-Windows/tree/main/win_ssl_httpclient_no_proxy/build/windows/x64/runner/Release