120 lines
5.4 KiB
HTML
Executable file
120 lines
5.4 KiB
HTML
Executable file
<!DOCTYPE html>
|
|
<html lang="en">
|
|
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>t3jfel SEC</title>
|
|
<link rel="icon" type="image/x-icon" href="assets/images/logo.jpg">
|
|
<link rel="stylesheet" href="css/style.css">
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<div class="bg-grid"></div>
|
|
<div class="bg-orb"></div>
|
|
|
|
<header></header>
|
|
|
|
<main>
|
|
<section class="hero">
|
|
<div class="container hero-content">
|
|
<span class="status-badge mono">STATUS: NSA Probably watching.</span>
|
|
<h1>All Things About <br><span class="text-gradient">Cybersecurity</span></h1>
|
|
<p class="mono hero-typed"></p>
|
|
</div>
|
|
</section>
|
|
|
|
<section id="about">
|
|
<div class="container">
|
|
<h2><span class="text-gradient">></span> Operator Profile</h2>
|
|
<p>I'm a student trying to become Cybersecurity Professional because I'm curious about the "how"
|
|
and "why".</p>
|
|
<br>
|
|
</div>
|
|
</section>
|
|
|
|
<section id="skills">
|
|
<div class="container">
|
|
<h2><span class="text-gradient">></span> Obsessions</h2>
|
|
<div class="skills-grid reveal-stagger">
|
|
<div class="skill-card">
|
|
<h3 class="mono text-blue">SOC Operations</h3>
|
|
<p>Splunk SPL, ELK Stack</p>
|
|
</div>
|
|
<div class="skill-card">
|
|
<h3 class="mono text-blue">Digital Forensics</h3>
|
|
<p>Disk Imaging, Memory Forensics</p>
|
|
</div>
|
|
<div class="skill-card">
|
|
<h3 class="mono text-blue">Malware Analysis</h3>
|
|
<p>IDA, Ghidra, x64dbg, Static & Dynamic Analysis</p>
|
|
</div>
|
|
<div class="skill-card">
|
|
<h3 class="mono text-blue">0-Day Research</h3>
|
|
<p>Exploit Development</p>
|
|
</div>
|
|
<div class="skill-card">
|
|
<h3 class="mono text-blue">Scripting</h3>
|
|
<p>Bash, PowerShell, Python, C/C++.</p>
|
|
</div>
|
|
<div class="skill-card">
|
|
<h3 class="mono text-blue">Blockchain</h3>
|
|
<p>Crypto Networks && Payments</p>
|
|
</div>
|
|
<div class="skill-card">
|
|
<h3 class="mono text-blue">Electronics</h3>
|
|
<p>Hardware Hacking && Messing around with hardware in general</p>
|
|
</div>
|
|
<div class="skill-card">
|
|
<h3 class="mono text-blue">Digital World</h3>
|
|
<p>Security && Privacy, Steam Collector, E-Sports</p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
|
|
<section id="cases">
|
|
<div class="container">
|
|
<h2><span class="text-gradient">></span> SEC</h2>
|
|
<div id="post-container" class="post-list">
|
|
<p class="mono">Loading...</p>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
|
|
<section id="contact">
|
|
<div class="container">
|
|
<h2><span class="text-gradient">></span> Slide into DM's</h2>
|
|
<div class="contact-box">
|
|
<p>Only unserious business!</p>
|
|
<ul class="mono" style="list-style: none;">
|
|
<li>E-mail: <a href="mailto:t3jfelsec.catalyst652@passmail.net" class="text-blue">t3jfelsec.catalyst652@passmail.net</a></li>
|
|
<li>HackTheBox: <a href="https://app.hackthebox.com/users/2301507" target="_blank" class="text-blue">HTB</a></li>
|
|
<li>pwn.college: <a href="pwn.college" target="_blank" class="text-blue">t3jfel</a></li>
|
|
<li>LetsDefend: <a href="https://app.letsdefend.io/user/t3jfel" target="_blank" class="text-blue">LD</a></li>
|
|
<li>Codeberg: <a href="https://code.t3jfel.dev" target="_blank" class="text-blue">Codeberg (Forgejo)</a></li>
|
|
<li>Matrix Protocol: <a href="https://matrix.to/#/@t3jfel:t3jfel.dev" target="_blank" class="text-blue">Matrix</a></li>
|
|
<li>Mastodon Social: <a href="https://mastodon.social/@t3jfel" target="_blank" class="text-blue">Mastodon</a></li>
|
|
<li>In CTF's my name is also: <a target="_blank" class="text-blue">t3jfel</a></li>
|
|
<li>I also take my steam account and video games seriously: <a href="https://steamcommunity.com/profiles/76561199191057192/" target="_blank" class="text-blue">Steam</a></li>
|
|
<li>Antique Steam Account: <a href="https://steamcommunity.com/profiles/76561197991879304/" target="_blank" class="text-blue">Steam OLD</a></li>
|
|
</ul>
|
|
|
|
<img src="assets/images/cat2.jpg" alt="cat2">
|
|
|
|
<div class="ticker-wrap">
|
|
<div class="ticker-content" id="skill-issue-feed"></div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
</main>
|
|
|
|
<footer></footer>
|
|
|
|
<script src="js/main.js"></script>
|
|
</body>
|
|
|
|
</html>
|
|
|