-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathindex.html
28 lines (28 loc) · 913 Bytes
/
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>BadRecovery</title>
<link rel="stylesheet" href="assets/style.css">
</head>
<body>
<div class="centerBox">
<h1>BadRecovery</h1>
<p>
BadRecovery (formerly OlyBmmer) is an exploit for ChromeOS devices,
<br>leveraging a vulnerability in recovery images to get arbitrary code execution or to chain to other exploits.
</p>
<p>
The exploit and writeup were released to the public on October 5th, 2024.
</p>
</div>
<div class="centerBox">
<p class="moreLineSpacing">
Read more on the <a href="https://github.com/BinBashBanana/badrecovery">GitHub</a>.
<br><a href="https://github.com/BinBashBanana/badrecovery/blob/master/writeup.md">Writeup</a>
<br><a href="builder.html">Web builder</a>
</p>
</div>
</body>
</html>