sensepost / objection

📱 objection - runtime mobile exploration
GNU General Public License v3.0
7.46k stars 854 forks source link

Wiki minor update Suggestion #485

Open priyankn opened 3 years ago

priyankn commented 3 years ago

Wiki Suggestion -

Page - https://github.com/sensepost/objection/wiki/Understanding-the-iOS-Biometrics-Bypass#what-it-does-not-and-can-not-do

Since kSecAccessControlTouchIDAny and kSecAccessControlTouchIDCurrentSet are deprecated [1] on iOS 13+, update the wiki to include kSecAccessControlBiometryAny flag

This 'bypass' will not work in cases where keychain items are protected with access control flags such as kSecAccessControlTouchIDAny or kSecAccessControlTouchIDCurrentSet.

References: [1] https://developer.apple.com/documentation/security/secaccesscontrolcreateflags/ksecaccesscontroltouchidany?language=objc