zektyc/public/projets/index.html
riricdev f16e6ddde1 feat: page portfolio de style terminal Linux présentant Riric (DotRiric)
- public/portfolio/ (FR + EN) : terminal Debian interactif (prompt dotriric@zektyc:~$, historique, commandes help/whoami/cat/neofetch/contact/sudo/exit/clear...)
- Corrige un bug CSP-critique : String.prototype.link faisait traiter toutes les lignes texte comme des liens (A undefined) ; makeRich exige désormais typeof item.link === 'string'
- Nav : lien Portfolio ajouté (components.js v=8, i18n nav.portfolio)
- Sitemaps FR/EN : /fr/portfolio et /en/portfolio
2026-09-08 12:29:49 +02:00

79 lines
3.9 KiB
HTML

<!doctype html>
<html lang="fr">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="description" content="Projets réalisés ou contribués par Zektyc : test d'empreinte digitale, pentest, outils open source." />
<meta name="robots" content="index, follow" />
<title>Projets · Zektyc</title>
<link rel="canonical" href="https://riricdev.tail5ea5cd.ts.net/fr/projets/" />
<link rel="alternate" hreflang="fr" href="https://riricdev.tail5ea5cd.ts.net/fr/projets/" />
<link rel="alternate" hreflang="en" href="https://riricdev.tail5ea5cd.ts.net/en/projets/" />
<link rel="alternate" hreflang="x-default" href="https://riricdev.tail5ea5cd.ts.net/fr/projets/" />
<meta name="theme-color" content="#070a0f" />
<meta property="og:type" content="website" />
<meta property="og:site_name" content="Zektyc" />
<meta property="og:title" content="Projets · Zektyc" />
<meta property="og:description" content="Projets réalisés ou contribués par Zektyc : test d'empreinte digitale, pentest, outils open source." />
<meta property="og:url" content="https://riricdev.tail5ea5cd.ts.net/fr/projets/" />
<meta property="og:image" content="https://riricdev.tail5ea5cd.ts.net/og-image.png" />
<meta property="og:locale" content="fr_FR" />
<meta property="og:locale:alternate" content="en_US" />
<meta name="twitter:card" content="summary_large_image" />
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<link rel="shortcut icon" href="/favicon.ico" />
<link rel="stylesheet" href="/css/style.css?v=8" />
</head>
<body>
<header id="h"></header>
<main class="legal" id="main">
<p class="legal-note"><a href="/">← Retour à l'accueil</a></p>
<h1>Projets</h1>
<p class="legal-meta">Projets réalisés ou auxquels j'ai contribué.</p>
<section class="projects-page">
<article class="card">
<h3>Fingerprint Test</h3>
<p>
Test de fingerprinting multi-run (3 exécutions) qui analyse la stabilité
et la protection de votre empreinte navigateur. Calcule un score de
sécurité, identifie les signaux protégés et vulnérables, et affiche
votre ZFP/ZPD. Tout est calculé localement, rien n'est envoyé ni stocké.
</p>
<p class="legal-note">Projet personnel · Auto-hébergé</p>
<a class="btn btn-ghost" href="/fingerprint-test">Tester mon empreinte</a>
</article>
<article class="card">
<h3>Shugoi</h3>
<p>
Shugoi (shugoi.com) est un service de fingerprinting avancé qui
identifie la machine elle-même via un identifiant ZPD, stable quelle
que soit la configuration logicielle. C'est ce type de fingerprinting
au niveau matériel qui a inspiré la création de notre test de
fingerprinting et la notion de ZPD. Pentester sur le service,
contribution au testing et à l'amélioration de la sécurité.
</p>
<p class="legal-note">Contributeur · shugoi.com</p>
<a class="btn btn-ghost" href="https://shugoi.com" target="_blank" rel="noopener">Découvrir Shugoi</a>
</article>
<article class="card">
<h3>LuLune Auto Clicker</h3>
<p>
Contributeur au LuLune Auto Clicker, un outil open source pour
l'automatisation de clics disponible sur GitHub.
</p>
<p class="legal-note">Contributeur · Open source</p>
<a class="btn btn-ghost" href="https://github.com/lulunee19/LuLuneAutoClicker" target="_blank" rel="noopener">Voir sur GitHub</a>
</article>
</section>
</main>
<footer id="f"></footer>
<script src="/js/theme.js" defer></script>
<script src="/js/global.js?v=1" defer></script>
<script src="/js/components.js?v=8" defer></script>
</body>
</html>