Sirius-A / ctf-writeups

My writeups and braindumps of ctf challenges I did

Home Page:https://sirius-a.github.io/ctf-writeups/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CTF Writeups

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

https://sirius-a.github.io/ctf-writeups/

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

About

My writeups and braindumps of ctf challenges I did

https://sirius-a.github.io/ctf-writeups/

License:MIT License