Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
142 views

I'm using the standard Glide library to load and display images in my Android app. After switching my image domain's SSL certificate to “Sectigo Public Server Authentication CA DV R36”, image loading ...
BarathKumar Loyltwo3ks's user avatar
1 vote
0 answers
128 views

I want to implement the SSL Pinning (specifically public key pinning) in Flutter without using any flutter or dart plugin. What can be the possible way? Is there any Internal Dart methods? Is there ...
Nachiket Gohil's user avatar
1 vote
2 answers
2k views

I have a PEM file of the ISRG Root X1 certificate which I downloaded from https://letsencrypt.org/certificates/ and I'm trying to implement certificate pinning in my iOS app. I'm specifically ...
Sajal Gupta's user avatar
2 votes
1 answer
562 views

When I setup Charles for debugging, I can see all the traffic which is a good part. But Charles is showing all the traffic for my released production app which is not good at all. Is there any way, I ...
Sudha Tiwari's user avatar
  • 2,406
0 votes
0 answers
161 views

I am trying to implement SSL pinning in my React Native application. So far, most of the blogs talks about using react-native-ssl-pinning package. Recently came to hear that, instead of using a ...
Sandeep Sidhardhan -'s user avatar
2 votes
0 answers
326 views

I'm trying to perform SSL pinning in React Native. The main issue is: On the Android side, we aim to transfer the key and SSL pinning activation status obtained from remoteConfig to the native side ...
volkandincer's user avatar
0 votes
0 answers
708 views

So I'm trying to debug this specific app: https://sahibinden-com.tr.uptodown.com/android To debug I'm using Frida, Genymotion and this script to unpin the certificate: https://codeshare.frida.re/@...
GoekhanDev's user avatar
1 vote
0 answers
121 views

I am not sure about how to use the ssl pinning plugin in flutter. when I am using it I am getting a platform exception saying that the fingerprints doesn't match. is it the sha 1 or sha 256 of the ...
Pradhu Ramachandran's user avatar
1 vote
0 answers
364 views

How to incorporate SSL pinning in React Native using axios for api calls. I came across TrustKit but my continues efforts to use the same ends up crashing my app. I tried both the ways of adding ...
Veeki's user avatar
  • 11
1 vote
0 answers
72 views

I am new to SSL pinning, I was asked to use SSL pinning in every API request. I checked some resources but I didn't get the idea of how to call it in my API request. I am using HTTP/HTTP plugin and ...
Mona Yalda's user avatar
0 votes
1 answer
5k views

Describe the bug Timeout occurred on objection explore To Reproduce Steps to reproduce the behavior: Run command objection --gadget "com.apple.AppStore" explore Evidence / Logs / Screenshots ...
Sha's user avatar
  • 1,291
1 vote
1 answer
431 views

I am currently working on GO app and I wanted to know how can I detect someone using reverse proxy apps such as Charles, Wireshark and Fiddler. I tried to read about SSL-Pinning but I couldn't find ...
chimeczekkosmo's user avatar
1 vote
1 answer
3k views

This is the first time I am doing this SSL pinning on Android. When creating OkHttp, I am adding this code: certificatePinner( CertificatePinner.Builder().add( "url of the server", ...
amira's user avatar
  • 454
0 votes
1 answer
719 views

I need help implementing SSL pinning on Flutter using graphql_flutter and http_certificate_pinning. Here's my code implementation so far: import 'package:graphql_flutter/graphql_flutter.dart'; import ...
Serpentarius's user avatar
0 votes
1 answer
889 views

I am learning network security configuration in Android. Here is my configuration file <?xml version="1.0" encoding="utf-8"?> <network-security-config> <base-...
xianpeng wang's user avatar
3 votes
0 answers
3k views

I have a simple app and am trying to bypass its ssl pinning with no luck. Already did android sslpinning disable but didnt work. Based on this article https://blog.nviso.eu/2020/11/19/proxying-android-...
West's user avatar
  • 2,619
0 votes
1 answer
855 views

Dynamically need to update. I'm able to download the certificate from a URL and save it to the document directory. func downloadFile(url: URL, completion: @escaping (String?, Error?) -> Void) { ...
Ramprasath Selvam's user avatar
4 votes
1 answer
4k views

I'm trying to perform SSL certificate pinning in a Flutter app using HttpClient. I have previously successfully performed pinning in a native Android app. This is the error message I receive: E/...
Peter Aleksander Bizjak's user avatar
1 vote
0 answers
692 views

I am building a react native mobile application and I want to implement SSL pinning using react-native-ssl-pinning. I've installed all the necessary things and I also imported fetch method: import {...
PatrikHarmanos's user avatar
1 vote
0 answers
218 views

The below is my code for Webservices call, which works fine on both iOS and Android. But for API calls where self signed certificate is used, this does not work. I am using macOS with M1 chip. To fix ...
Ambili's user avatar
  • 11
0 votes
1 answer
694 views

We are using Cloudflare as our edge. We have the requirement for SSL pining. could any suggest the best way to manage SSL pining [ Dynamic cert approach ] .
RITESH SANJAY MAHAJAN's user avatar
2 votes
1 answer
3k views

I was working on pentesting a flutter android app on genymotion x86 to bypass sslpinning by using this and this approaches, but my function address return null when running Frida. First of all, by ...
Maede Hojjati's user avatar
0 votes
0 answers
1k views

I have a problem with SSL Pinning on iOS. I was using the following plugin: https://github.com/silkimen/cordova-plugin-advanced-http and https://ionicframework.com/docs/native/http This method is ...
Razman Sarit's user avatar