This page contains CTF writeups and blog posts created by the CSIRT-MU Threat Management team. All content is provided "as is" for educational purposes only.
Feel free to contribute by submitting pull requests with new writeups or improvements to existing ones.
The branch publish is automatically mirrored to https://github.com/CSIRT-MU/writeups.
Merge from master to publish to trigger the mirroring.
This first MR is used to review the content, styling etc.
- Create a new branch (e.g.
dev) frommasterfor your changes. - Push your changes to the
devbranch. - Create a Pull Request from
devtomaster.
After merge, the team lead reviews and acknowledges that the post can be published publicly.
- Create MR from
mastertopublish. - Team lead reviews and merges the MR to
publish.
poetry install
poetry run mkdocs build -d public
python -m http.server --directory public 8000Markdown documents should have the following metadata at the top:
---
authors:
- <author name>
date: <DD-MM-YYYY>
---