rhombus 0.2.21

Next generation extendable CTF framework with batteries included
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<footer class="py-6 md:px-8 md:py-0">
  <div
    class="container flex flex-col items-center justify-between gap-4 md:h-24 md:flex-row"
  >
    <p
      class="text-center text-sm leading-loose text-muted-foreground md:text-left"
    >
      The source code is available on
      <a
        href="https://github.com/rhombusgg/rhombus"
        target="_blank"
        class="font-medium underline"
        >GitHub</a
      >.
    </p>
  </div>
</footer>