Files
metasploit-gs/lib
Brendan Coles d28a172ab4 Msf::Payload::Apk: Extract cert details from APK files not JAR signed
Since Android 11, APK contents must be signed with signature scheme
v2 or higher (v2/v3/v4). In order to maintain compatibility with
older versions of Android, APKs can also be signed with v1 (after
first signing with v2/v3/v4), but this is not mandatory.

When using a template apk file, the APK library now attempts to
extract signing scheme v1 certificate details (using keytool)
and falls back to extracting v2/v3/v4 certificate details (using
apksigner) if the APK is not signed with signing scheme v1.

Fixes #16295.
2022-03-12 18:40:37 +00:00
..
2021-11-22 14:39:07 -06:00
2021-09-08 15:51:21 +01:00
2022-03-11 12:08:42 +00:00
2021-03-11 10:04:43 -06:00
2021-03-11 10:04:43 -06:00
2021-02-25 16:47:49 +00:00
2021-02-08 12:24:12 +00:00