chore: checkpoint initial — Zektyc dataset, avant humanisation
- site vitrine + fingerprint test + zmap + z-panel - remplacement duckdns -> riricdev.tail5ea5cd.ts.net (canonical/og/alternates/docs) - suppression du token DuckDNS (plus utilisé)
This commit is contained in:
commit
8e7ec41f18
104 changed files with 19256 additions and 0 deletions
75
public/projets/index.html
Normal file
75
public/projets/index.html
Normal file
|
|
@ -0,0 +1,75 @@
|
|||
<!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/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/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=7" />
|
||||
</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/components.js?v=6" defer></script>
|
||||
</body>
|
||||
</html>
|
||||
Loading…
Reference in a new issue