From 86aed9c8b45235b4628c86a3ad6a8c26675a4f48 Mon Sep 17 00:00:00 2001 From: Assaf Dori Date: Fri, 8 Mar 2024 19:11:36 +0200 Subject: [PATCH] added disclaimer --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4547d54..d204205 100644 --- a/README.md +++ b/README.md @@ -53,4 +53,4 @@ curl https://raw.githubusercontent.com/assafdori/bypass-mdm/main/bypass-mdm.sh - 19. Congratulations, you're MDM free! 💫 -20. #### I take zero responsibility if anything happens to your computer or if you get caught trying to bypass the MDM system, although it's virtually impossible to catch, as we're removing the MDM's capabilities before it's even configured. Still, use with caution. This was developed solely as Proof of Concept. +##### I take zero responsibility if anything happens to your computer or if you get caught trying to bypass the MDM system, although it's virtually impossible to catch, as we're removing the MDM's capabilities before it's even configured locally. Still, use with caution. This was developed solely as Proof of Concept to challenge myself.