Skip to main content
Commonmark migration
Source Link

I'm trying to find out a specific request from an android application to its API server. Using Burp Suite, I get a handshake failure alert. Using fiddler it asks me to provide a custom certificate.

[![fiddler pop up][1]][1]fiddler pop up

Now I have used apktool to de-compile the application, and I have found these files:

  • arsalan-ha.quizofkings.com.pem
  • certificate.crt
  • private_key.pfx
  • root-ca.crt
  • x1.pfx

But they don't look like certificates. They are secrets used to generate certificates most likely, if I'm correct.

I've uploaded the files [here][2]here

Could I use these secrets (if they are), to generate certificates and try one by one? [1]: https://i.sstatic.net/I1uLe.png [2]: https://gofile.io/?c=6e62wE

I'm trying to find out a specific request from an android application to its API server. Using Burp Suite, I get a handshake failure alert. Using fiddler it asks me to provide a custom certificate.

[![fiddler pop up][1]][1]

Now I have used apktool to de-compile the application, and I have found these files:

  • arsalan-ha.quizofkings.com.pem
  • certificate.crt
  • private_key.pfx
  • root-ca.crt
  • x1.pfx

But they don't look like certificates. They are secrets used to generate certificates most likely, if I'm correct.

I've uploaded the files [here][2]

Could I use these secrets (if they are), to generate certificates and try one by one? [1]: https://i.sstatic.net/I1uLe.png [2]: https://gofile.io/?c=6e62wE

I'm trying to find out a specific request from an android application to its API server. Using Burp Suite, I get a handshake failure alert. Using fiddler it asks me to provide a custom certificate.

fiddler pop up

Now I have used apktool to de-compile the application, and I have found these files:

  • arsalan-ha.quizofkings.com.pem
  • certificate.crt
  • private_key.pfx
  • root-ca.crt
  • x1.pfx

But they don't look like certificates. They are secrets used to generate certificates most likely, if I'm correct.

I've uploaded the files here

Could I use these secrets (if they are), to generate certificates and try one by one?

edited tags; edited title
Link
Mike Ounsworth
  • 59.6k
  • 21
  • 167
  • 219

API server asking for Trying to extract SSL client certificate from android app

Source Link
Ali Padida
  • 135
  • 2
  • 9

API server asking for SSL certificate

I'm trying to find out a specific request from an android application to its API server. Using Burp Suite, I get a handshake failure alert. Using fiddler it asks me to provide a custom certificate.

[![fiddler pop up][1]][1]

Now I have used apktool to de-compile the application, and I have found these files:

  • arsalan-ha.quizofkings.com.pem
  • certificate.crt
  • private_key.pfx
  • root-ca.crt
  • x1.pfx

But they don't look like certificates. They are secrets used to generate certificates most likely, if I'm correct.

I've uploaded the files [here][2]

Could I use these secrets (if they are), to generate certificates and try one by one? [1]: https://i.sstatic.net/I1uLe.png [2]: https://gofile.io/?c=6e62wE