From 0228f27b9b5feca44f32ec1753bb5ea962a5e624 Mon Sep 17 00:00:00 2001 From: doronz88 Date: Wed, 20 Nov 2024 08:49:08 +0200 Subject: [PATCH] client: mobile_gestalt: add `PasswordProtected` --- src/rpcclient/rpcclient/ios/mobile_gestalt.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/rpcclient/rpcclient/ios/mobile_gestalt.py b/src/rpcclient/rpcclient/ios/mobile_gestalt.py index e4494fb3..b7189e53 100644 --- a/src/rpcclient/rpcclient/ios/mobile_gestalt.py +++ b/src/rpcclient/rpcclient/ios/mobile_gestalt.py @@ -348,6 +348,10 @@ def IsUIBuild(self): def PasswordConfigured(self): return self.get_answer('PasswordConfigured') + @property + def PasswordProtected(self): + return self.get_answer('PasswordProtected') + # Regional Behaviour @property