Add jankbook writeup
This commit is contained in:
parent
e59ee0b61e
commit
a02b0b7cd0
3 changed files with 272 additions and 10 deletions
23
public/docs/index.css
Normal file
23
public/docs/index.css
Normal file
|
@ -0,0 +1,23 @@
|
|||
#logo {
|
||||
float: left;
|
||||
width: 150px;
|
||||
padding-bottom: 75px;
|
||||
margin-right: 50px;
|
||||
}
|
||||
|
||||
.post p {
|
||||
color: white;
|
||||
font-family: 'Helvetica', sans-serif;
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
strong {
|
||||
color: white;
|
||||
}
|
||||
|
||||
h4 {
|
||||
color: white;
|
||||
font-family: 'Phudu', cursive;
|
||||
font-size: 20px;
|
||||
letter-spacing: 1.5px;
|
||||
}
|
234
public/docs/jankbook.html
Normal file
234
public/docs/jankbook.html
Normal file
|
@ -0,0 +1,234 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
||||
<title>Gallium Workshop</title>
|
||||
<meta name="description" content="" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<link
|
||||
rel="stylesheet"
|
||||
href="https://cdn.jsdelivr.net/npm/water.css@2/out/water.css"
|
||||
/>
|
||||
<link rel="stylesheet" href="../index.css" />
|
||||
<link rel="stylesheet" href="./index.css" />
|
||||
|
||||
<link
|
||||
rel="apple-touch-icon"
|
||||
sizes="180x180"
|
||||
href="../assets/icons/apple-touch-icon.png"
|
||||
/>
|
||||
<link
|
||||
rel="icon"
|
||||
type="image/png"
|
||||
sizes="32x32"
|
||||
href="../assets/icons/favicon-32x32.png"
|
||||
/>
|
||||
<link
|
||||
rel="icon"
|
||||
type="image/png"
|
||||
sizes="16x16"
|
||||
href="../assets/icons/favicon-16x16.png"
|
||||
/>
|
||||
<link rel="manifest" href="../assets/icons/site.webmanifest" />
|
||||
<link rel="shortcut icon" href="../assets/icons/favicon.ico" />
|
||||
<meta name="msapplication-TileColor" content="#2b5797" />
|
||||
<meta
|
||||
name="msapplication-config"
|
||||
content="../assets/icons/browserconfig.xml"
|
||||
/>
|
||||
<meta name="theme-color" content="#ffffff" />
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div id="code"></div>
|
||||
<img id="logo" src="../assets/img/jankbook.png" />
|
||||
<h1>Jankbook Pro</h1>
|
||||
<p class="intro">
|
||||
The Jankbook is a Dell 3100 2-in-1 Chromebook originally stolen from Mr.
|
||||
Robison's class, unenrolled and loaded with custom firmware allowing
|
||||
booting to Linux. It is the genesis Jankbook, a proof of concept for
|
||||
future unenrollments.
|
||||
</p>
|
||||
<video controls class="dropkick">
|
||||
<source src="../assets/media/chromebook.mp4" type="video/mp4" />
|
||||
Your browser does not support the video tag.
|
||||
</video>
|
||||
<div
|
||||
class="bg-text"
|
||||
bgcolor="#000000"
|
||||
text="#000000"
|
||||
link="#0000ff"
|
||||
vlink="#ff0000"
|
||||
alink="#ffff00"
|
||||
>
|
||||
<center>you are registered as a participant in a mass disturbance</center>
|
||||
</div>
|
||||
<h2>Jankbook rev1.2</h2>
|
||||
<div class="post">
|
||||
<p>
|
||||
<em
|
||||
>Gallium workshop's flagship model By Gallium Workshop
|
||||
Software</em
|
||||
>
|
||||
</p>
|
||||
<h3 id="abstract">Abstract</h3>
|
||||
<p>
|
||||
The Jankbook is a collection of efforts from many developers to create
|
||||
the Quran of security breaching, from developers of Sh1mmer, to the
|
||||
developers of Linux Mint. Jankbook explores the limitations of school
|
||||
issued devices. The Jankbook v1 is from a Dell 3100 2-in-1. Using
|
||||
Sh1mmer from Mercury Workshop which unenrolls the Chromebook from
|
||||
enterprise Enrollment. These devices are all underpowered intel chips
|
||||
with no general uses. Which ultimately leads to a pinnacle of Jank, and
|
||||
helps make it look “hacker”.
|
||||
</p>
|
||||
<h3 id="intro">Intro</h3>
|
||||
<p><strong>Why?</strong></p>
|
||||
<p><em>Cuz why fking not? -KaitoTLex</em></p>
|
||||
<p>
|
||||
The Jankbook is a device that puts actual use to the shitty school
|
||||
issued Chromebooks. These Chromebook has hardware that existed since the
|
||||
dinosaurs and engineered by Lenovo and Dell. To create Luther’s 95
|
||||
Theses of poor engineering and easy security breach.
|
||||
</p>
|
||||
<h3 id="how-it-was-done">How it was done</h3>
|
||||
<h4 id="sh1mmer">Sh1mmer</h4>
|
||||
<p>
|
||||
Shimmer is a software that is written by Mercury Workshop which is one
|
||||
of Gallium Workshop’s alliance organizations. Sh1mmer requires rewriting
|
||||
the partition in the Chromebook’s enterprise enrollment. We used Sh1mmer
|
||||
to remove the enterprise enrollment and trick the Chromebook to believe
|
||||
that it isn’t enrolled, by jamming the “Dev Mode” in the Chromebook. The
|
||||
Chromebook was enrolled into the district’s enrollment which was an
|
||||
issue. With Sh1mmer rewriting the disk partition, Sh1mmer ridded the
|
||||
district’s enrollment. Then Sh1mmer allowed “dev mode” to work on the
|
||||
Chromebook.
|
||||
</p>
|
||||
<h4 id="mr-chromebox">Mr.Chromebox</h4>
|
||||
<p>
|
||||
“Dev mode” being enabled, the Chromebook was abandonded for a few
|
||||
months. The project was revived when one kid wanted arch on his
|
||||
Chromebook but Sh1mmer was patched so the “Sh1mmered” Chromebook was
|
||||
given to him to continue the legacy. Mr. Chromebox basically rewrites
|
||||
the coreboot of the Chromebook to run a Legacy Bios or UEFI.
|
||||
</p>
|
||||
<h4 id="xero-linux">Xero Linux</h4>
|
||||
<p>
|
||||
After the UEFI was flashed within a tricked Chromebook, the first
|
||||
initial test was to see whether the Chromebook’s specs can keep up with
|
||||
the bloat that is XeroLinux. XeroLinux is a distro of the Arch distro
|
||||
that may look “hacker” or “jank”. Honestly it’s just filled with bloat
|
||||
but it looked cool.
|
||||
</p>
|
||||
<h4 id="manjaro">Manjaro</h4>
|
||||
<p>
|
||||
Afterwards the team shifted from Xero Linux to Manjaro which is peak of
|
||||
Arch-based distributions. Manjaro was deemed the most jank part of this
|
||||
Chromebook’s life.
|
||||
</p>
|
||||
<h4 id="mint">MINT</h4>
|
||||
<p>
|
||||
Afterwards the Chromebook was abandoned which eventually led to the
|
||||
final form of the computer, Mint. Mint is a Debian-based distribution
|
||||
that is deemed the world’s most stable distribution. The distribution
|
||||
can do Linux stuff in a more user-friendly way.
|
||||
</p>
|
||||
<h3 id="conclusion">Conclusion</h3>
|
||||
<p>
|
||||
Don’t do it unless you are a medically trained professional, you must be
|
||||
able to diagnose yourself. Each process of this project was done in a
|
||||
safe environment in a professional and educational setting. We are not
|
||||
liable for any damage done to the Chromebook. This project is to prove
|
||||
the potential use cases of these majestic pieces of art if it weren’t
|
||||
for the enterprise enrollment or being on ChromeOS.
|
||||
</p>
|
||||
</div>
|
||||
<h2>Honorary Members</h2>
|
||||
<div class="members-list">
|
||||
<div class="member">
|
||||
<a target="_blank" href="https://www.youtube.com/watch?v=efs3QRr8LWw">
|
||||
<img
|
||||
src="https://assets.pewresearch.org/wp-content/uploads/sites/12/2014/01/FT_timeline-snowden.jpg"
|
||||
/>
|
||||
<h3>Edward Snowden</h3>
|
||||
</a>
|
||||
</div>
|
||||
<div class="member">
|
||||
<a target="_blank" href="https://www.youtube.com/shorts/sKs-kqa9jnM">
|
||||
<img
|
||||
src="https://media.npr.org/assets/img/2023/08/28/gettyimages-1619655090-b09f5b94e56a564b281cc819f24bd0d6a6d8a68e-s1100-c50.jpg"
|
||||
/>
|
||||
<h3>Vivek Ramaswamy</h3>
|
||||
</a>
|
||||
</div>
|
||||
<div class="member">
|
||||
<a target="_blank" href="https://en.wikipedia.org/wiki/Shawn_Fanning">
|
||||
<img
|
||||
src="https://m.media-amazon.com/images/M/MV5BNGQ1OTdjMzgtNWViNi00NTY1LWJkM2UtNDczZDcxNjg0MWZlXkEyXkFqcGdeQXVyNjUxMjc1OTM@._V1_.jpg"
|
||||
/>
|
||||
<h3>Shawn Fanning</h3>
|
||||
</a>
|
||||
</div>
|
||||
<div class="member">
|
||||
<a target="_blank" href="https://en.wikipedia.org/wiki/Kevin_Mitnick">
|
||||
<img
|
||||
src="https://media.npr.org/assets/img/2011/08/17/mitnick-author-photo-credit-jari-tomminen_custom-f2a1788f7b04b7717b25c950cca11777365e5158-s1100-c50.jpg"
|
||||
/>
|
||||
<h3>Kevin Mitnick</h3>
|
||||
</a>
|
||||
</div>
|
||||
<div class="member">
|
||||
<a target="_blank" href="https://www.youtube.com/shorts/HY12H38KMVA">
|
||||
<img
|
||||
src="https://i.insider.com/5318eb14eab8eaf90252981b?width=1136&format=jpeg"
|
||||
/>
|
||||
<h3>Satoshi Nakamoto</h3>
|
||||
</a>
|
||||
</div>
|
||||
<div class="member">
|
||||
<a
|
||||
target="_blank"
|
||||
href="https://en.wikipedia.org/wiki/Robert_Tappan_Morris"
|
||||
>
|
||||
<img
|
||||
src="https://upload.wikimedia.org/wikipedia/commons/thumb/8/86/Robert_Tappan_Morris.jpg/220px-Robert_Tappan_Morris.jpg"
|
||||
/>
|
||||
<h3>Robert Morris</h3>
|
||||
</a>
|
||||
</div>
|
||||
<div class="member">
|
||||
<a target="_blank" href="https://www.youtube.com/shorts/-ueT7_Eclzg">
|
||||
<img
|
||||
src="https://m.media-amazon.com/images/M/MV5BNWY4NzQ1MTctMzA0ZS00OGJjLTkwMzctYjc4MWQwZThiNjNlXkEyXkFqcGdeQXVyMTM1NTI3Mjcy._V1_.jpg"
|
||||
/>
|
||||
<h3>Joe Exotic</h3>
|
||||
</a>
|
||||
</div>
|
||||
<div class="member">
|
||||
<a target="_blank" href="https://www.youtube.com/shorts/12De-C6gMCo">
|
||||
<img
|
||||
src="https://www.aljazeera.com/wp-content/uploads/2023/08/AP23226116474748-1692006104.jpg?resize=1800%2C1800"
|
||||
/>
|
||||
<h3>Javier Milei</h3>
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
<!-- footer -->
|
||||
<footer>
|
||||
<img src="../assets/img/gallium-workshop.png" />
|
||||
<div id="footer-header">Gallium Workshop</div>
|
||||
<p>
|
||||
Go back to <a href="../">home</a>.
|
||||
<br>
|
||||
Are you a SYSADMIN? Check
|
||||
<a
|
||||
target="_blank"
|
||||
href="https://img-9gag-fun.9cache.com/photo/aOQZoMN_460s.jpg"
|
||||
>this</a
|
||||
>
|
||||
out!
|
||||
</p>
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
|
@ -54,8 +54,11 @@
|
|||
href="https://www.srvusd.net/Departments/Business-Services/Technology/index.html"
|
||||
target="_blank"
|
||||
>SRVUSD sysadmins</a
|
||||
>. World domination will be achieved by 2026. <a href="assets/img/space-communism.jpg" target="_blank">Fully Automated Luxury Gay
|
||||
Space Communism</a> soon to follow. Some of our recent projects include:
|
||||
>. World domination will be achieved by 2026.
|
||||
<a href="assets/img/space-communism.jpg" target="_blank"
|
||||
>Fully Automated Luxury Gay Space Communism</a
|
||||
>
|
||||
soon to follow. Some of our recent projects include:
|
||||
</p>
|
||||
<video controls class="dropkick">
|
||||
<source src="assets/media/chromebook.mp4" type="video/mp4" />
|
||||
|
@ -111,6 +114,7 @@
|
|||
</div>
|
||||
<h2>Hardware Projects</h2>
|
||||
<div class="projects-list">
|
||||
<a href="docs/jankbook.html">
|
||||
<div class="project">
|
||||
<img src="assets/img/jankbook.png" />
|
||||
<h3>Jankbook Pro</h3>
|
||||
|
@ -119,6 +123,7 @@
|
|||
firmware allowing booting to Linux
|
||||
</p>
|
||||
</div>
|
||||
</a>
|
||||
<div class="project">
|
||||
<img src="assets/img/toughbook.png" />
|
||||
<h3>Toughbook</h3>
|
||||
|
|
Loading…
Reference in a new issue