This commit is contained in:
2025-07-21 21:44:08 +03:00
parent df868c922b
commit 031f3329a4
11 changed files with 673 additions and 0 deletions

65
about.html Normal file
View File

@@ -0,0 +1,65 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>elleoma@0day ~ > About</title>
<link href="https://fonts.googleapis.com/css2?family=Fira+Code&display=swap" rel="stylesheet">
<link rel="stylesheet" href="styles.css">
</head>
<body>
<div class="scroll-container">
<div class="center-window">
<header>
<h1>elleoma@0day ~ > ls</h1>
<nav>
<a href="index.html">./home</a>
<a href="projects.html">./projects</a>
<a href="about.html">./about</a>
<a href="blog.html">./blog</a>
<a href="contact.html">./contact</a>
</nav>
</header>
<main>
<section class="terminal-box">
<h2>whoami</h2>
<p>I'm a Ukrainian student and a unix/linux & open-source enthusiast, trying to get into cybersecurity, gain some practical skills.</p>
<h3>My interests are:</h3>
<ul>
<li>Cybersecurity</li>
<li>Low-level programming (C, Rust, Zig, C++, Assembly)</li>
<li>Reverse engineering (IDA, Ghidra, NinjaBinary)</li>
<li>Electrical engineering, PCB design, KiCad (soon to try)</li>
<li>Self-hosting</li>
<li>A bit of 3D and game development</li>
</ul>
<h3>Self-hosting</h3>
<p>I have a Raspberry Pi 5 (4GB RAM) and I'm currently hosting multiple services on it with Docker and desec.io for DNS.</p>
<p><a href="self-host-white.png">View self-host diagram</a></p>
<h3>Cybersecurity</h3>
<p>Learned from HackTheBox (48 owns, 3 insane), prefer writeups over frustration. Interested in real russian targets for ethical/political reasons.</p>
<h3>Bug Bounty</h3>
<p>Love the concept but struggle with time vs reward. Tried recon and simple attacks but havent found anything valuable yet. Still learning attack vectors and research paths.</p>
<h3>Current Setup</h3>
<ul>
<li>Arch Linux (Hyprland WM, NVChad, tmux)</li>
<li>Laptop: i7-12650H, RTX 4060 Max-Q, 15" FHD @ 144Hz</li>
<li><a href="https://git.forsen-cock.dedyn.io/elleoma/dotfiles">My Dotfiles</a></li>
</ul>
</section>
</main>
<footer>
<p><code>hosted on raspberry pi 5</code></p>
</footer>
</div>
</div>
</body>
</html>