Skip to content

Instantly share code, notes, and snippets.

@daemonangler
daemonangler / bypass-mdm.sh
Created November 25, 2025 01:02 — forked from tatdatpham/bypass-mdm.sh
The script that help bypass MDM for Venture & Sonoma. Please only use script when you can access to your device and run script with root.
#!/bin/bash
RED='\033[1;31m'
GRN='\033[1;32m'
BLU='\033[1;34m'
YEL='\033[1;33m'
PUR='\033[1;35m'
CYAN='\033[1;36m'
NC='\033[0m'
echo -e "${CYAN}*---------------------*----------------------*${NC}"