Giter VIP home page Giter VIP logo

born2scan.github.io's Introduction

born2scan.github.io

https://born2scan.run/ (https://born2scan.github.io/)

Contributing

  1. Clone the repo and its submodules: git clone --recurse-submodules [email protected]:born2scan/born2scan.github.io.git
  2. Create a new post or edit an existing one in _posts.
  3. Run docker run --rm -it -v "$(pwd):/srv/jekyll" -p 4000:4000 jekyll/jekyll -- jekyll serve to preview your changes locally at localhost:4000.

Conventions

  • 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.

  • Bold text using **...**

  • Italic text using _..._

  • Use this sytax to add a tagname to codeblocks

      ```language:tagname
    
        Your amazing snippet!
    
      ```
  • Use this syntax to set images width to percentages (100%, 66%, 50%, 33%, 25%) of available space:

    ![img_name](/assets/img/...){: .image-100 }

    Remember to compress your images and gifs!

  • Use this syntax to add line numbers to code blocks

      {:.linenumber}
      ```language
        Awesome stuff!
      ```
  • 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 ๐Ÿคช

Reference post

---
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" %}

born2scan.github.io's People

Contributors

athosbernabei avatar beryxz avatar danieleambrosino avatar flamingobike avatar giamm9998 avatar nmaggioni avatar oiradbrou avatar regi18 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.