Skip to content

Sirius-A/ctf-writeups

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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