-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
96 lines (92 loc) · 3.57 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>ADMVP.vercel.app</title>
<meta name="robots" content="nofollow">
<meta name="og:title" content="ADMVP">
<meta name="og:description" content="ADMVP Chromebook Developer mode activation">
<meta name="og:type" content="website">
<meta name="og:image" content="assets/icon.png">
<meta name="og:url" content="admvp.vercel.app/">
<link rel="stylesheet" href="assets/main.css" />
<script src="assets/script.js" defer></script>
<base target="_blank" />
<script>
var messages = {
monday:
"A rather unlucky day for sysadmins, indeed.",
pc:
"nothing.",
board:
"Press ESC+REFRESH+POWER to enter recovery mode, and look up your codename on https://cros.tech/. Click your device, and your board name will be shown. Note that GRABBITER is the same as FLEEX (which is octopus) but is not shown on most online databases.",
};
</script>
<base target="_blank" />
</head>
<body>
<div class="header">
<h1>ADMVP</h1>
<p class="acronym">
Activating Developer Mode Via Powerwash
</p>
</div>
<div class="section blue">
<h3>What is ADMVP?</h3>
<p>
ADMVP is an exploit capable of completely activating developer mode on
enterprise-managed Chromebooks. It was found by
the <a href="https://discord.gg/unblock">Titanium Network and me (kokichi)</a> and
was released on November,
<u onclick="alert(messages.monday)">Monday the 18th</u>, 2024.
If you don't know what is developer mode then go to <a href="https://docs.mrchromebox.tech/docs/boot-modes/developer.html">this information page</a>
</p>
</div>
<div class="section green">
<h3>What you will need</h3>
<ul>
<li>A brain.</li>
<li>
<u onclick="alert(messages.pc)">A chromebook</u>
</li>
</ul>
<hr />
<i>IMPORTANT: ALL YOUR DATA WILL BE DELETED WHEN POWERWASHING VIA DEVELOPER MODE</i>
<hr />
<h3>Executing on Chromebook</h3>
<p>
enter recovery mode on your Chromebook. This
is done by pressing the power button (⏻), reload key (↻), and ESC key at the
same time. Your screen should look one of the images below:
</p>
<img src="assets/recover_black.png" style="width: auto; height: 350px" alt="Recovery mode (groot UI)" />
<img src="assets/recover_white.png" style="width: auto; height: 350px" alt="Recovery mode (old UI)" />
<p>Press <kbd>CTRL + D</kbd> on this screen, then press enter.</p>
<p>
It will now say something about "returning to secure mode" or that "OS
verification is off". You will not actually be in developer mode,
but the exploit will work regardless. Your screen should look like one
of the images below:
</p>
<img src="assets/confirm_black.png" style="width: auto; height: 350px" alt="TONORM (groot UI)" />
<img src="assets/confirm_white.png" style="width: auto; height: 350px" alt="TONORM+FWMP (old UI)" />
<p>
or if it isn't blocked by system policy skip down a little
On this screen, press enter again. This will disable developer mode and powerwash the device
</p>
<p>
Once it powerwashes just try that again until you get a screen without any sort of system policy block
</p>
<p>
press CTRL + D once you get on a "os verification is off" screen without system policy
</p>
<hr />
<h3>What now?</h3>
<p>
well after the 5 minute timer is over you can press CTRL + ALT + →
</p>
</p>
</div>
</body>
</html>