86 lines
2.1 KiB
HTML
86 lines
2.1 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1"/>
|
|
<title>Andrew Rioux</title>
|
|
<link rel="stylesheet" href="/resources/index.css" />
|
|
</head>
|
|
|
|
<body>
|
|
<header class="hero">
|
|
<div class="container">
|
|
<h1>Andrew Rioux</h1>
|
|
<p class="subtitle">
|
|
Software Engineer & Security Researcher
|
|
</p>
|
|
<nav class="links">
|
|
<a href="https://github.com/r-a303931">GitHub</a>
|
|
<a href="https://gitea.riouxs.co/">Gitea</a>
|
|
</nav>
|
|
</div>
|
|
</header>
|
|
|
|
<main class="container">
|
|
<section>
|
|
<h2>Projects</h2>
|
|
|
|
<div class="project-grid">
|
|
<article class="project-card">
|
|
<h3>Sparse</h3>
|
|
<p>Bind shell and C2 beacon/server implementations using direct network access to evade firewalls and auditing</p>
|
|
<ul class="tech-tags">
|
|
<li>Rust</li>
|
|
</ul>
|
|
<div class="project-links">
|
|
<a href="https://gitea.riouxs.co/andrew.rioux/sparse">Sparse</a>
|
|
<a href="https://gitea.riouxs.co/andrew.rioux/sparse-v2">Sparse v2</a>
|
|
</div>
|
|
</article>
|
|
|
|
<article class="project-card">
|
|
<h3>Jiujitsu</h3>
|
|
<p>System security and enumeration tool designed to run on systems plagued with adversaries</p>
|
|
<ul class="tech-tags">
|
|
<li>Rust</li>
|
|
<li>Nix</li>
|
|
<li>ELK</li>
|
|
<li>Wazuh</li>
|
|
</ul>
|
|
<div class="project-links">
|
|
<a href="https://github.com/luccdc/jj-rs">Source Code</a>
|
|
</div>
|
|
</article>
|
|
|
|
<article class="project-card">
|
|
<h3>CAP Event Manager</h3>
|
|
<p>Event management and reporting system for Civil Air Patrol units</p>
|
|
<ul class="tech-tags">
|
|
<li>TypeScript</li>
|
|
<li>Docker</li>
|
|
</ul>
|
|
<div class="project-links">
|
|
<a href="https://github.com/cap-md089/evmplus-v6">Source Code</a>
|
|
</div>
|
|
</article>
|
|
</div>
|
|
</section>
|
|
|
|
<section>
|
|
<h2>Recent Articles</h2>
|
|
<ul class="article-list">
|
|
LINK_INSERT
|
|
</ul>
|
|
</section>
|
|
</main>
|
|
|
|
<footer>
|
|
<div class="container">
|
|
<p>
|
|
© 2026 Andrew Rioux
|
|
</p>
|
|
</div>
|
|
</footer>
|
|
</body>
|
|
</html>
|