Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 522 Bytes

README.md

File metadata and controls

27 lines (16 loc) · 522 Bytes

CTF Writeups

A repository to collect my writeups and notes on CTF challenges I did.

https://ctf.zuberfab.io/

Getting Started

The page is rendered via mkdocs-material using poetry as the python package manager.

git clone git@github.com:Sirius-A/ctf-writeups.git

cd ctf-writeups

# Insatall Deps
poetry install

# Serve the page locally
poetry run mkdocs serve

# Build a static HTML site
poetry run mkdocs build --strict