You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+18-42Lines changed: 18 additions & 42 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,24 +2,25 @@
2
2
3
3
[Chinese Version / 中文版](README-CN.md)
4
4
5
-
This project extends the original MDM bypass script by Assaf Dori. This enhanced version incorporates bypass and persistence logic derived from the analysis of the commercial tool micaixin.cn and scripts from the Dora Fast Solve (多啦快解) script on Xianyu.
5
+
This project extends the original MDM bypass script by Assaf Dori. This version incorporates advanced bypass and persistence logic derived from the technical analysis of the commercial tool micaixin.cn and scripts from the Dora Fast Solve (多啦快解) script.
6
6
7
7
---
8
8
9
9
## Technical Enhancements
10
10
11
-
This version implements the technical features identified through comprehensive binary and script analysis:
11
+
This enhanced version implements the following specialized features identified through binary and script analysis:
12
12
13
13
### 1. Logic Derived from micaixin.cn
14
-
***System Daemon Suppression**: Initializes the system flag `/var/db/.com.apple.mdmclient.daemon.forced_disable` to prevent the `mdmclient` process from initializing.
15
-
***Direct Configuration Modification**: Uses `PlistBuddy` to set `CloudConfigRecordFound`, `CloudConfigHasActivationRecord`, and `CloudConfigProfileInstalled` to `false` in the system database.
16
-
***Attribute Locking**: Applies the `uchg` (User Immutable) flag to bypass markers and Plist configurations to prevent automated restoration.
17
-
***IPv6 Connectivity Blocking**: Implements IPv6 (`::`) entries in the hosts file to block MDM synchronization via modern network tunnels.
14
+
***System Daemon Suppression**: Initializes the system flag `/var/db/.com.apple.mdmclient.daemon.forced_disable`. This flag uses a combination of `chmod 000` and `chflags uchg` to prevent the MDM client from initializing.
15
+
***Byte-level Plist Modification**: Uses `PlistBuddy` to set `CloudConfigRecordFound`, `CloudConfigHasActivationRecord`, and `CloudConfigProfileInstalled` to `false` in the core configuration database.
16
+
***Vendor Component Purge**: Scans and deletes LaunchDaemons and LaunchAgents associated with third-party MDM vendors such as Jamf, Addigy, Kandji, and others.
17
+
***Network Config Reset**: Removes system-level network and Wi-Fi configuration Plist files to break existing managed network profiles.
18
+
***IPv6 Connectivity Blocking**: Prevents MDM synchronization via modern network tunnels by applying IPv6 (`::`) entries in the hosts file.
18
19
19
20
### 2. Logic Derived from Dora Fast Solve (多啦快解)
20
-
***FileVault Volume Management**: Includes logic to detect and unlock APFS volumes protected by FileVault, ensuring accessibility to the system configuration paths.
21
-
***Granular Service Suppression**: Implements explicit `launchctl` disable and `bootout` commands for `cloudconfigurationd`, `ManagedClientAgent`, and other management daemons across system and user domains.
22
-
***Precise Activation State Management**: Explicitly removes positive activation records (`.cloudConfigRecordFound`, etc.) to prevent the system from triggering enrollment sequences based on file existence.
21
+
***FileVault Decryption**: Detects and provides a workflow to unlock APFS volumes protected by FileVault, ensuring accessibility to the system partition.
22
+
***Granular Service Suppression**: Implements explicit `launchctl` disable and `bootout` commands for `cloudconfigurationd`, `ManagedClientAgent`, and other management daemons.
23
+
***Activation Record Management**: Explicitly removes positive cloud configuration records to prevent enrollment triggers based on file existence.
0 commit comments