Skip to content

Commit

Permalink
Merge pull request Fuzion24#36 from abreksa4/patch-1
Browse files Browse the repository at this point in the history
fix typo in project README.md
  • Loading branch information
Fuzion24 authored Feb 12, 2018
2 parents 31ea86e + 38c875c commit 6da0775
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Readme.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
JustTrustMe
===========

An xposed module that disables SSL certificate checking. This is useful for auditing an appplication which does certificate pinning. You can read about the practice of cert pinning [here](https://viaforensics.com/resources/reports/best-practices-ios-android-secure-mobile-development/41-certificate-pinning/). There also exists a nice framework built by @moxie to aid in pinning certs in your app: [certificate pinning](https://github.com/moxie0/AndroidPinning).
An xposed module that disables SSL certificate checking. This is useful for auditing an application which does certificate pinning. You can read about the practice of cert pinning [here](https://viaforensics.com/resources/reports/best-practices-ios-android-secure-mobile-development/41-certificate-pinning/). There also exists a nice framework built by @moxie to aid in pinning certs in your app: [certificate pinning](https://github.com/moxie0/AndroidPinning).

An example of an application that does cert pinning is [Twitter](https://play.google.com/store/apps/details?id=com.twitter.android). If you would like to view the network traffic for this application, you must disable the certificate pinning.

Expand Down

0 comments on commit 6da0775

Please sign in to comment.