Files
Andrew Rioux 47226ecad4
Deploy Website / build-and-deploy (push) Failing after 6m19s
feat: add index.html to send people to
2026-05-30 22:32:40 -04:00

91 lines
2.5 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 &amp; 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</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">
<li>
<a href="articles/20251017-direct-network-access.html"><date>2025-10-17</date> - Direct Network Access and Market Applications</a>
<p>
Direct network access is a technique that can be used to decrease the likelihood of detecting malicious network traffic on an endpoint. It can be seen as an extension of the MITRE ATT&CK technique T1205 Traffic Signaling, as it allows a threat actor to either respond to signaled traffic or to initiate traffic.
</p>
</li>
</ul>
</section>
</main>
<footer>
<div class="container">
<p>
&copy; 2026 Andrew Rioux
</p>
</div>
</footer>
</body>
</html>