-
Notifications
You must be signed in to change notification settings - Fork 85
/
credits.html
44 lines (41 loc) · 1.57 KB
/
credits.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Credits | SH1MMER.me</title>
<link rel="icon" href="assets/icon.png" />
<link rel="stylesheet" href="assets/main.css" />
<script src="assets/script.js" defer></script>
</head>
<body>
<div class="header">
<h1>Credits</h1>
<a href="." target="_self">Back to home</a>
</div>
<div class="section blue">
<h3>Inspired by r/k12sysadmin 👽</h3>
<img src="assets/pandorasbox.png">
</div>
<div class="section green">
<h3>Mercury Workshop members</h3>
<li>CoolElectronics: Creating the SH1MMER payload</li>
<li>r58Playz: GUI script & misc development</li>
<li>vfrog: Infiltrating Lenovo headquarters to get shims, also adding a firmware-level keylogger</li>
<li>ULTRA BLUE: Testing & discovering how to disable root-fs verification</li>
<li>Sharp_Jack: Creating the wax automation tool</li>
<li>Unciaur: Testing</li>
<li>TheMemeSniper/Kaitlin: Testing</li>
<li>OlyB: Scraping more shims</li>
<li>CVFD: Scraping more shims</li>
<li>Rafflesia: Hosting & building shims</li>
<li>Catakang: Building shims</li>
<li>[REDACTED]: SH1MMER UI design</li>
<li>JimDude: Hosting alternative file mirror.</li>
<li>generic: Adding firmware-level IrwinCoin miner & getting audio to work</li>
<li>Bypassi: SH1MMER.me website design</li>
<li>aub: testing</li>
<li>Mark: Technical Understanding and Advisory into the ChromeOS ecosystem</li>
</div>
</body>
</html>