Security writeups and notes by Andrea Mutti. This repository is the source of truth for the writeups shown at andreamu02.github.io — it lives on its own so the content survives independently of the website.
The structure of the writeups is AI-generated, but the content is personally written and revised
---
title: "Your title"
date: 2026-01-15
summary: "One or two sentences shown in the list and as the meta description."
tags: [incident-response, wordpress]
draft: false # set true to keep it in the repo without publishing
lang: en # en | it
---# write posts/my-new-writeup.md, then:
git add posts/my-new-writeup.md
git commit -m "Add: my new writeup"
git push