132 lines
5.5 KiB
HTML
132 lines
5.5 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<link rel="stylesheet" href="style.css">
|
|
<title>the libre garbage stash</title>
|
|
</head>
|
|
|
|
<body>
|
|
<div class="grid"></div>
|
|
|
|
<div id="all">
|
|
<div id="header" class="box">
|
|
<div id="headerContent">
|
|
<h1>xami.dev</h1>
|
|
</div>
|
|
</div>
|
|
|
|
<div id="page">
|
|
|
|
<div id="content">
|
|
|
|
<div class="box" id="cool-stuff">
|
|
<div class="header-with-icon">
|
|
<h2>Welcome to my garbage stash!</h2>
|
|
<span class="icon">⚡</span>
|
|
</div>
|
|
<div class="profile">
|
|
<img src="me.png" width="100" height="100">
|
|
<p>Hello! I am a free software advocate, privacy and cybersecurity enthusiast, and low-level development enjoyer.<br>
|
|
This is the place where I share some things I did around computers.</p>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="box" id="cool-stuff">
|
|
<div class="header-with-icon">
|
|
<h2>some of my projects...</h2>
|
|
<span class="icon">🚧</span>
|
|
</div>
|
|
<ul>
|
|
<li><a href="https://git.furtest.fr/xamidev/blankos" target="_blank">blankOS</a>: ring-zero operating system for 32-bit x86</li>
|
|
<li><a href="https://git.furtest.fr/xamidev/helpelf" target="_blank">helpelf</a>: ELF parser and recon tool for binary exploitation</li>
|
|
<li><a href="https://git.furtest.fr/xamidev/webserver" target="_blank">webserver</a>: an assembly HTTP GET/POST concurrent server for x86_64</li>
|
|
<li><a href="https://git.furtest.fr/xamidev/sandbox" target="_blank">sandbox</a>: 2D sandbox cellular automaton, with gravity, using Raylib</li>
|
|
<li><a href="https://git.furtest.fr/xamidev/dumb8" target="_blank">dumb8</a>: 8-bit RISC processing unit and assembly language</li>
|
|
<li><a href="https://git.furtest.fr/xamidev/igcp" target="_blank">igcp</a>: IGC flight data parser & 3D viewer</li>
|
|
<li><a href="https://git.furtest.fr/xamidev/uhex" target="_blank">uhex</a>: minimalist hex editor</li>
|
|
</ul>
|
|
</div>
|
|
|
|
<div class="box" id="cool-stuff">
|
|
<div class="header-with-icon">
|
|
<h2>CTF content...</h2>
|
|
<span class="icon">🏴☠️</span>
|
|
</div>
|
|
<div style="text-align: center;">
|
|
<h3 style="text-align: center;">- pwn -</h3>
|
|
<span>
|
|
<a href="writeups/2025-06-05-GorfouEnDanger1.md">Gorfou En Danger 1</a> ✩ <a href="writeups/2025-08-18-pie-time.md">PIE TIME</a> ✩ <a href="writeups/2025-08-24-fmt1.md">format-string-1</a> ✩ <a href="writeups/2025-08-26-bo3.md">buffer-overflow-3</a> ✩ <a href="writeups/2025-06-02-FakeNews.md">Fake News</a> ✩ <a href="writeups/2025-06-10-MPC.md">MPC</a> ✩ <a href="writeups/2025-07-20-Corporate-cliche.md">Corporate cliché</a> ✩ <a href="writeups/2025-08-11-old-memes.md">old-memes</a> ✩ <a href="writeups/2025-08-19-pie-time-2.md">PIE TIME 2</a> ✩ <a href="writeups/2025-08-24-fmt2.md">format-string-2</a> ✩ <a href="writeups/2025-08-27-fmt3.md">format-string-3</a>
|
|
</span>
|
|
<h3 style="text-align: center;">- rev -</h3>
|
|
<span>
|
|
<a href="writeups/2025-05-30-Dromedary.md">Dromedary</a> ✩ <a href="writeups/2025-07-20-Zeus.md">Zeus</a> ✩ <a href="writeups/2025-05-27-Cbizarre.md">Cbizarre</a>
|
|
</span>
|
|
<h3 style="text-align: center;">- forensics -</h3>
|
|
<a href="writeups/2024-05-04-NeedleInTheWiFiStack.md">Needle in the Wi-Fi stack</a> ✩ <a href="writeups/2025-06-12-USB51.md">USB51</a>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="box" id="cool-stuff">
|
|
<div class="header-with-icon">
|
|
<h2>free (as in freedom)...</h2>
|
|
<span class="icon">🌎</span>
|
|
</div>
|
|
|
|
<p>All my works are licensed under the GNU GPL v3 unless otherwise specified.</p>
|
|
<p>Here are a couple of reasons why you shouldn't trust <a href="https://www.gnu.org/proprietary/" target="_blank">proprietary</a> software.</p>
|
|
</div>
|
|
|
|
</div>
|
|
|
|
|
|
<div id="sideBar" class="box">
|
|
|
|
<div class="header-with-icon">
|
|
<h2>Links</h2>
|
|
<span class="icon">🔗</span>
|
|
</div>
|
|
|
|
<ul>
|
|
<li><a href="pgp.txt" target="_blank">PGP key</a></li>
|
|
<li><a href="canary.txt" target="_blank">Canary</a></li>
|
|
<li><a href="mailto:xamidev@riseup.net">Mail</a></li>
|
|
<li><a href="https://github.com/xamidev" target="_blank">GitHub</a></li>
|
|
<li><a href="https://git.furtest.fr/xamidev" target="_blank">Furtest's Git</a></li>
|
|
</ul>
|
|
|
|
<div class="header-with-icon">
|
|
<h2>Bands</h2>
|
|
<span class="icon">🥁</span>
|
|
</div>
|
|
|
|
<ul>
|
|
<li>System Of A Down</li>
|
|
<li>Linkin Park</li>
|
|
<li>Slipknot</li>
|
|
<li>Pink Floyd</li>
|
|
<li>Kino</li>
|
|
<li>Radiohead</li>
|
|
<li>BMTH</li>
|
|
<li>Rammstein</li>
|
|
<li>RHCP</li>
|
|
<li>RATM</li>
|
|
<li>Korol i Shut</li>
|
|
<li>and many others</li>
|
|
</ul>
|
|
|
|
<div class="header-with-icon">
|
|
<h2>About</h2>
|
|
<span class="icon">😄</span>
|
|
</div>
|
|
<p>I'm a passionate engineering/CS student, with a love for playing music, especially bass.</p>
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<script src="main.js"></script>
|
|
</body>
|
|
|
|
</html> |