- Clone the repo and its submodules:
git clone --recurse-submodules [email protected]:born2scan/born2scan.github.io.git
- Create a new post or edit an existing one in _posts.
- Check below and refer to Jekyll's docs for more infos.
- Run
docker run --rm -it -v "$(pwd):/srv/jekyll" -p 4000:4000 jekyll/jekyll -- jekyll serve
to preview your changes locally at localhost:4000.
-
The filename format is YYYY-MM-DD-{event_name}.md
-
Put images and videos in a subfolder in assets/img.
-
Start your posts with the appropriate front matter (see below).
-
First level headers (
#
) are reserved for categories, and second level ones (##
) for single challenges' names. Use---
to separate categories. -
TeX Math formulae are supported with the MathJax 3 engine. Use
$ ... $
for inline mode and$$ ... $$
for display mode. -
Use this syntax to blur flags:
🏁 _<FLAG_HERE>_{: .spoiler}
-
Don't take yourself too seriously! Tasteful use of memes and other silly things is encouraged 🤪
---
layout: post
title: "RandomCTF 1970"
subtitle: "Qualifiers"
date: 1970-01-01
---
<span class="align-center" markdown="1">
<span class="categories-index">
**Categories index**<br>
[Web](#web) - [Misc](#misc)
</span>
</span>
---
# Web
## HackYouBackInTime
> Challenge description, hints & co.
I did a lot of things. Some worked out, some did not.
🏁 _RandomCTF{d035n7_l00k_l1k3_574r5_70_m3}_{: .spoiler}
---
# Misc
## GotAnyMoreOfThoseChallenges
...
![Such screenshot, much image](/assets/img/RandomCTF_1970/cool_pic.png)
{% include mixins/video_webm.html path="/assets/img/RandomCTF_1970/epic_video.webm" width="720" height="480" %}