fonts, formatting, small fixes
This commit is contained in:
18
about.html
18
about.html
@@ -1,12 +1,14 @@
|
||||
<!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 href="https://fonts.googleapis.com/css2?family=Fira+Mono:wght@400;500;700&display=swap" rel="stylesheet">
|
||||
<link rel="stylesheet" href="styles.css">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div class="scroll-container">
|
||||
<div class="center-window">
|
||||
@@ -24,7 +26,8 @@
|
||||
<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>
|
||||
<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>
|
||||
@@ -37,14 +40,17 @@
|
||||
</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>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>
|
||||
<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 haven’t found anything valuable yet. Still learning attack vectors and research paths.</p>
|
||||
<p>Love the concept but struggle with time vs reward. Tried recon and simple attacks but haven’t found
|
||||
anything valuable yet. Still learning attack vectors and research paths.</p>
|
||||
|
||||
<h3>Current Setup</h3>
|
||||
<ul>
|
||||
@@ -61,5 +67,5 @@
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
</html>
|
||||
|
@@ -1,12 +1,14 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>elleoma@0day ~ > Blog</title>
|
||||
<link href="https://fonts.googleapis.com/css2?family=Fira+Code&display=swap" rel="stylesheet">
|
||||
<link href="https://fonts.googleapis.com/css2?family=Fira+Mono:wght@400;500;700&display=swap" rel="stylesheet">
|
||||
<link rel="stylesheet" href="styles.css">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div class="scroll-container">
|
||||
<div class="center-window">
|
||||
@@ -71,4 +73,5 @@
|
||||
loadPosts();
|
||||
</script>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
|
@@ -4,7 +4,7 @@
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>elleoma@0day ~ > Contact</title>
|
||||
<link href="https://fonts.googleapis.com/css2?family=Fira+Code&display=swap" rel="stylesheet">
|
||||
<link href="https://fonts.googleapis.com/css2?family=Fira+Mono:wght@400;500;700&display=swap" rel="stylesheet">
|
||||
<link rel="stylesheet" href="styles.css">
|
||||
</head>
|
||||
<body>
|
||||
|
18
index.html
18
index.html
@@ -1,12 +1,14 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>elleoma@0day ~ > ls</title>
|
||||
<link href="https://fonts.googleapis.com/css2?family=Fira+Code&display=swap" rel="stylesheet">
|
||||
<link href="https://fonts.googleapis.com/css2?family=Fira+Mono:wght@400;500;700&display=swap" rel="stylesheet">
|
||||
<link rel="stylesheet" href="styles.css">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div class="scroll-container">
|
||||
<div class="center-window">
|
||||
@@ -24,7 +26,8 @@
|
||||
<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>
|
||||
<p>I'm a Ukrainian student and a unix/linux & open-source enthusiast, trying to get into cybersecurity, gain
|
||||
some practical skills.</p>
|
||||
<p>Check my blog post to see more...</p>
|
||||
<h2><a href="posts/whoami.html"><span class="rainbow-text">HERE</span></a></h2>
|
||||
|
||||
@@ -39,8 +42,13 @@
|
||||
</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>
|
||||
<img src="self-host.png", alt="Self-host setup", width="600", class="center">
|
||||
<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 dir="auto">
|
||||
<a target="_blank" rel="noopener noreferrer nofollow" href="../self-host.png">
|
||||
<img src="../self-host.png" alt="My self-hosting setup" style="max-width: 100%;">
|
||||
</a>
|
||||
</p>
|
||||
|
||||
<h3>Current Setup</h3>
|
||||
<ul>
|
||||
@@ -57,5 +65,5 @@
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
</html>
|
||||
|
@@ -1,5 +1,6 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>elleoma ~ > cat whoami</title>
|
||||
@@ -7,6 +8,7 @@
|
||||
<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">
|
||||
@@ -24,7 +26,8 @@
|
||||
<main>
|
||||
<section class="markdown-container">
|
||||
<h1>~ > whoami</h1>
|
||||
<p>I’m a Ukrainian student and a unix/linux & open-source enthusiast, trying to get into cybersecurity, gain some practical skills.</p>
|
||||
<p>I’m a Ukrainian student and a unix/linux & open-source enthusiast, trying to get into cybersecurity, gain
|
||||
some practical skills.</p>
|
||||
|
||||
<h2>My interests are:</h2>
|
||||
<ul>
|
||||
@@ -43,64 +46,79 @@
|
||||
<h2>Self-hosting</h2>
|
||||
<p>I have a Raspberry Pi 5 with 4GB of RAM running DietPi and nixpkgs (I hate outdated Debian packages).</p>
|
||||
<p>Currently hosting a bunch of stuff on it via Docker containers with help of desec.io.</p>
|
||||
<img src="../self-host.png" alt="My self-hosting setup" width="500">
|
||||
|
||||
<p dir="auto">
|
||||
<a target="_blank" rel="noopener noreferrer nofollow" href="../self-host.png">
|
||||
<img src="../self-host.png" alt="My self-hosting setup" style="max-width: 60%;">
|
||||
</a>
|
||||
</p>
|
||||
<hr />
|
||||
|
||||
<h2>Some project I have</h2>
|
||||
<h3><a class="post-title" href="https://git.forsen-cock.dedyn.io/elleoma/facinus">Facinus</a></h3>
|
||||
<p>Since our college switched from Windows to Ubuntu, I had a cool idea to remotely control my classroom PCs.</p>
|
||||
<p>I discovered <code>gsocket.io</code> and started developing a tool that deploys a local web admin panel to collect logs from connected clients.</p>
|
||||
<p>Since our college switched from Windows to Ubuntu, I had a cool idea to remotely control my classroom PCs.
|
||||
</p>
|
||||
<p>I discovered <code>gsocket.io</code> and started developing a tool that deploys a local web admin panel to
|
||||
collect logs from connected clients.</p>
|
||||
<p>I used an Ubuntu VM in QEMU and Bash scripted everything with some help of AI.</p>
|
||||
|
||||
<hr />
|
||||
|
||||
<h2>Cybersecurity</h2>
|
||||
<p>I’ve been into cybersecurity for about 2 years now. I started with the normie setup — Kali Linux dual-booted next to Windows, learning through trial and error.</p>
|
||||
<p>Eventually I spent more time on Linux, moved to KDE, configured everything myself, riced my terminal. Later switched to Arch and Hyprland.</p>
|
||||
<p>I’ve been into cybersecurity for about 2 years now. I started with the normie setup — Kali Linux
|
||||
dual-booted next to Windows, learning through trial and error.</p>
|
||||
<p>Eventually I spent more time on Linux, moved to KDE, configured everything myself, riced my terminal. Later
|
||||
switched to Arch and Hyprland.</p>
|
||||
<p>I still have lots to learn, and I’d love to document all the tools and techniques I come across.</p>
|
||||
|
||||
<h3>HackTheBox</h3>
|
||||
<p>HTB gave me that initial hands-on boost I needed.As of right now I’ve solved more than 50 boxes (3 of them “Insane”: DarkCorp, Mist, and MassGarden).</p>
|
||||
<p>Even though I sometimes rely on writeups and walkthroughs, I learn a lot from the infrastructure behind each box.</p>
|
||||
<p>I’m not sure if using writeups spoils the learning, but for now it gives me clarity and saves time. I aim to shift toward solving without spoilers in the future.</p>
|
||||
<p>HTB gave me that initial hands-on boost I needed.As of right now I’ve solved more than 50 boxes (3 of them
|
||||
“Insane”: DarkCorp, Mist, and MassGarden).</p>
|
||||
<p>Even though I sometimes rely on writeups and walkthroughs, I learn a lot from the infrastructure behind
|
||||
each box.</p>
|
||||
<p>I’m not sure if using writeups spoils the learning, but for now it gives me clarity and saves time. I aim
|
||||
to shift toward solving without spoilers in the future.</p>
|
||||
|
||||
<h3>Russian targets</h3>
|
||||
<p>I’m Ukrainian, so I practice skills on real russian infrastructure. It’s morally right and beneficial, especially in these times.</p>
|
||||
<p>I’m Ukrainian, so I practice skills on real russian infrastructure. It’s morally right and beneficial,
|
||||
especially in these times.</p>
|
||||
|
||||
<hr />
|
||||
|
||||
<h2>Bug bounty</h2>
|
||||
<p>Bug bounty is fascinating — legally hacking in-scope apps and possibly earning money.</p>
|
||||
<p>But as a beginner, it’s tough. Recon is time-consuming, and rewards don’t always justify the effort unless you're really skilled.</p>
|
||||
<p>I’ve tried a few programs but haven't found any serious vulnerabilities yet. I plan to shift my focus toward learning specific attack techniques and improving my skills first.</p>
|
||||
<p>But as a beginner, it’s tough. Recon is time-consuming, and rewards don’t always justify the effort unless
|
||||
you're really skilled.</p>
|
||||
<p>I’ve tried a few programs but haven't found any serious vulnerabilities yet. I plan to shift my focus
|
||||
toward learning specific attack techniques and improving my skills first.</p>
|
||||
|
||||
<hr />
|
||||
|
||||
<h2>My setup</h2>
|
||||
<p>I use Arch Linux on a laptop — it just works and lets me get things done. I run Hyprland and use NVChad for Neovim.</p>
|
||||
<p>I use Arch Linux on a laptop — it just works and lets me get things done. I run Hyprland and use NVChad for
|
||||
Neovim.</p>
|
||||
|
||||
<p>Here’s my <code>fastfetch</code> output:</p>
|
||||
<pre><code>~/shit ❯ fastfetch
|
||||
<pre><code>~/shit ❯ fastfetch
|
||||
|
||||
OS : Arch Linux x86_64
|
||||
Kernel : Linux 6.15.5-arch1-1
|
||||
Packages : 2025 (pacman), 10 (flatpak-system), 1 (flatpak-user)
|
||||
Display : 1920x1080 @ 144 Hz in 15" [Built-in]
|
||||
WM : Hyprland 0.49.0 (Wayland)
|
||||
Terminal : tmux 3.5a
|
||||
OS : Arch Linux x86_64
|
||||
Kernel : Linux 6.15.5-arch1-1
|
||||
Packages : 2025 (pacman), 10 (flatpak-system), 1 (flatpak-user)
|
||||
Display : 1920x1080 @ 144 Hz in 15" [Built-in]
|
||||
WM : Hyprland 0.49.0 (Wayland)
|
||||
Terminal : tmux 3.5a
|
||||
|
||||
CPU : 12th Gen Intel(R) Core(TM) i7-12650H
|
||||
GPU : GeForce RTX 4060 Max-Q / Mobile
|
||||
GPU : UHD Graphics
|
||||
GPU Driver : nvidia (proprietary) 575.64.03
|
||||
GPU Driver : i915
|
||||
Memory : 9.28 GiB / 15.32 GiB (61%)
|
||||
OS Age : 182 days
|
||||
Uptime : 9 hours, 40 mins
|
||||
</code></pre>
|
||||
CPU : 12th Gen Intel(R) Core(TM) i7-12650H
|
||||
GPU : GeForce RTX 4060 Max-Q / Mobile
|
||||
GPU : UHD Graphics
|
||||
GPU Driver : nvidia (proprietary) 575.64.03
|
||||
GPU Driver : i915
|
||||
Memory : 9.28 GiB / 15.32 GiB (61%)
|
||||
OS Age : 182 days
|
||||
Uptime : 9 hours, 40 mins
|
||||
</code></pre>
|
||||
|
||||
<p>My dotfiles are here: <a class="post-title" href="https://git.forsen-cock.dedyn.io/elleoma/dotfiles">dotfiles</a></p>
|
||||
<p>My dotfiles are here: <a class="post-title"
|
||||
href="https://git.forsen-cock.dedyn.io/elleoma/dotfiles">dotfiles</a></p>
|
||||
</section>
|
||||
</main>
|
||||
|
||||
@@ -110,5 +128,5 @@
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
</html>
|
||||
|
@@ -1,12 +1,14 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>elleoma@0day ~ > Projects</title>
|
||||
<link href="https://fonts.googleapis.com/css2?family=Fira+Code&display=swap" rel="stylesheet">
|
||||
<link href="https://fonts.googleapis.com/css2?family=Fira+Mono:wght@400;500;700&display=swap" rel="stylesheet">
|
||||
<link rel="stylesheet" href="styles.css">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div class="scroll-container">
|
||||
<div class="center-window">
|
||||
@@ -25,15 +27,19 @@
|
||||
<section class="terminal-box">
|
||||
<h2>Facinus</h2>
|
||||
<p><a href="https://git.forsen-cock.dedyn.io/elleoma/facinus">Facinus Repository</a></p>
|
||||
<p>A bash-scripted tool that deploys a local web server for remote administration of Ubuntu machines. Initially inspired by a college switch to Linux and powered by <code>gsocket.io</code>. Set up and tested in QEMU VM with a self-hosted admin panel and logging system.</p>
|
||||
<p>A bash-scripted tool that deploys a local web server for remote administration of Ubuntu machines.
|
||||
Initially inspired by a college switch to Linux and powered by <code>gsocket.io</code>. Set up and tested in
|
||||
QEMU VM with a self-hosted admin panel and logging system.</p>
|
||||
|
||||
<h2>Wallpapers</h2>
|
||||
<p><a href="https://git.forsen-cock.dedyn.io/elleoma/wallpapers">Wallpaper Repo</a></p>
|
||||
<p>Organized personal wallpaper collection into a Git repo, with a script to regenerate README previews and categories. Includes a drawing of my self-hosting setup made with Excalidraw.</p>
|
||||
<p>Organized personal wallpaper collection into a Git repo, with a script to regenerate README previews and
|
||||
categories. Includes a drawing of my self-hosting setup made with Excalidraw.</p>
|
||||
|
||||
<h2>Dotfiles</h2>
|
||||
<p><a href="https://git.forsen-cock.dedyn.io/elleoma/dotfiles">Dotfiles Repo</a></p>
|
||||
<p>Highly customized Linux setup using Arch, Hyprland, NVChad, and tmux. Configured with performance, visuals, and productivity in mind. Includes scripts, themes, and window manager tweaks.</p>
|
||||
<p>Highly customized Linux setup using Arch, Hyprland, NVChad, and tmux. Configured with performance, visuals,
|
||||
and productivity in mind. Includes scripts, themes, and window manager tweaks.</p>
|
||||
</section>
|
||||
</main>
|
||||
|
||||
@@ -43,5 +49,5 @@
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
</html>
|
||||
|
Reference in New Issue
Block a user