An open API service indexing awesome lists of open source software.

https://github.com/cataliniuga/xsf-api

Deno Oak API for the Cross Site Flags (XSF), a CTF writeups sharing platform.
https://github.com/cataliniuga/xsf-api

cybersecurity

Last synced: 10 months ago
JSON representation

Deno Oak API for the Cross Site Flags (XSF), a CTF writeups sharing platform.

Awesome Lists containing this project

README

          

# XSF API

Simple Deno Oak API for Cross Site Flags - XSF.

## Features:

- Validation and authentication middleware.
- REST API procedures.
- Session based authentication
- SQLite3 database

## TODOS

- Finish writeups part
- file uploading
- file validation
- saving/deleting files
- parsing the Markdown safely (XSS)

## FOR LOCAL TESTING

Ensure there is a .env file in the main directory containing a SECRET key for the cookies to use.