github sensepost/objection 1.2.7
v1.2.7

latest releases: 1.12.3, 1.12.2, 1.12.1...
7 years ago

v1.2.7

new

  • Add --network-security-config / -N flag to the patchapk command. This flag will add a network security config to the APK as well as the required android:networkSecurityConfig tag to the AndroidManifest.xml's <application> tag. This helps for Android 7+ and the changes to CA certificates that were introduced.
  • Add a hook on the verifyChain() method in the com.android.org.conscrypt.TrustManagerImpl class to suppress exceptions that could get thrown if a certificate with a non-trusted CA is presented. This hook is available in the android sslpinning disable command and should take preference over --network-security-config flag in the patchapk command.

fixes

  • The patchapk command used to strip all .'s from the resultant APK's name. This should no longer happen.

Don't miss a new objection release

NewReleases is sending notifications on new releases.