Public research notes for kyun0 / H4ck2.
This site is built by GitHub Pages/Jekyll.
_data/research.ymlis the source of truth for research cards.index.htmlrenders the latest cards from_data/research.yml.notes.htmlrenders the full card list from_data/research.yml.research/*.htmlcontains the public detail pages.favicon.ico/favicon.pngare shared across pages.
-
Create the detail page under
research/, for example:research/example-research-note.html -
Add one item to
_data/research.yml:- title: "Example research note" date: "2026-06-09" display_month: "June 2026" meta_index: "coordinated disclosure · June 2026" meta_notes: "web · June 2026" category: "web" badge: "PUBLIC" url: "./research/example-research-note.html" description: "Short public description shown on cards." status_label: "Status" status: "Public" metric2_label_index: "Class" metric2_index: "Web Security" metric2_label_notes: "Category" metric2_notes: "Web" detail_label: "Detail" detail: "Short detail"
-
Keep
dateinYYYY-MM-DDformat. Cards are sorted by this field.
- Do not publish private advisory text, private PoC payloads, or exploit chains.
- For hardening-only OSS work, avoid CVE/advisory language unless the upstream project assigned it.
- Keep old redirect files only when preserving an existing public URL.