objection icon indicating copy to clipboard operation
objection copied to clipboard

Wiki minor update Suggestion

Open priyankn opened this issue 3 years ago • 0 comments

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

priyankn avatar Sep 14 '21 16:09 priyankn