Skip to content

Instantly share code, notes, and snippets.

@PaulSec
Created February 16, 2015 19:40
Show Gist options
  • Select an option

  • Save PaulSec/dab5d25573d7f2d7da18 to your computer and use it in GitHub Desktop.

Select an option

Save PaulSec/dab5d25573d7f2d7da18 to your computer and use it in GitHub Desktop.

Revisions

  1. PaulSec created this gist Feb 16, 2015.
    14 changes: 14 additions & 0 deletions Burp certificate on Android
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,14 @@
    To do so:

    1. Export your Burp Certificate
    Proxy > Options > CA Certificate > Export in DER format

    2. Convert it to PEM
    openssl x509 -inform der -in cacert.der -out burp.pem

    3. Download it on the device

    4. Use Certificate Installer to install the certificate
    The Android app can be found [here](https://play.google.com/store/apps/details?id=it.nicola_amatucci.android.certificate_installer)

    5. Enjoy :)